File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 44name : " CodeQL Advanced"
55
66on :
7+ workflow_dispatch :
78 push :
89 branches : [ "main" ]
910 pull_request :
@@ -80,11 +81,11 @@ jobs:
8081 with :
8182 dotnet-version : 8.0.x
8283
83- - name : Setup .NET 9.0
84- if : ${{ matrix.build-mode == 'manual' }}
85- uses : actions/setup-dotnet@v4
86- with :
87- dotnet-version : 9.0.x
84+ # - name: Setup .NET 9.0
85+ # if: ${{ matrix.build-mode == 'manual' }}
86+ # uses: actions/setup-dotnet@v4
87+ # with:
88+ # dotnet-version: 9.0.x
8889
8990 - name : Install dependencies
9091 if : ${{ matrix.build-mode == 'manual' }}
9495 if : ${{ matrix.build-mode == 'manual' }}
9596 run : dotnet build -f net8.0
9697
97- - name : Build Garnet net90
98- if : ${{ matrix.build-mode == 'manual' }}
99- run : dotnet build -f net9.0
98+ # - name: Build Garnet net90
99+ # if: ${{ matrix.build-mode == 'manual' }}
100+ # run: dotnet build -f net9.0
100101
101102 - name : Perform CodeQL Analysis
102103 uses : github/codeql-action/analyze@v3
You can’t perform that action at this time.
0 commit comments