Skip to content

Commit 25e8147

Browse files
committed
👷 remove codeql need
1 parent ca29df7 commit 25e8147

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
deploy:
9797
if: github.event_name != 'pull_request'
9898
name: call-nuget
99-
needs: [build, pack, test, sonarcloud, codecov, codeql]
99+
needs: [build, pack, test, sonarcloud, codecov] # codeql
100100
uses: codebeltnet/jobs-nuget-push/.github/workflows/default.yml@v2
101101
with:
102102
version: ${{ needs.build.outputs.version }}

0 commit comments

Comments
 (0)