Skip to content

Commit 039499f

Browse files
committed
Added WorkFlow dispatch and commented out net90
1 parent ffff185 commit 039499f

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/codeql.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
name: "CodeQL Advanced"
55

66
on:
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' }}
@@ -94,9 +95,9 @@ jobs:
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

0 commit comments

Comments
 (0)