Skip to content

Commit d0a25bf

Browse files
committed
👷 remove codeql need
1 parent c4f8227 commit d0a25bf

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
@@ -218,7 +218,7 @@ jobs:
218218
deploy:
219219
if: github.event_name != 'pull_request'
220220
name: call-nuget
221-
needs: [build, pack, test_linux, test_windows, integration_test, sonarcloud, codecov, codeql]
221+
needs: [build, pack, test_linux, test_windows, integration_test, sonarcloud, codecov] # codeql
222222
uses: codebeltnet/jobs-nuget-push/.github/workflows/default.yml@v1
223223
with:
224224
version: ${{ needs.build.outputs.version }}

0 commit comments

Comments
 (0)