We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d8c91 commit 944480eCopy full SHA for 944480e
.github/workflows/ci-cd.yml
@@ -55,7 +55,7 @@ jobs:
55
uses: github/codeql-action/analyze@v1
56
57
github-package-deploy:
58
- if: ${{ github.event_name == 'push' }}
+ #if: ${{ github.event_name == 'push' }}
59
name: GitHub package deploy
60
runs-on: ubuntu-latest
61
needs: [build, codeql-analysis]
0 commit comments