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 763a328 commit 71930a0Copy full SHA for 71930a0
.github/workflows/codeql.yml
@@ -67,7 +67,7 @@ jobs:
67
issues: write
68
needs:
69
- analyze
70
- if: always()
+ if: always() && github.event_name == 'schedule'
71
uses: ./.github/workflows/reusable-workflow-notification.yml
72
with:
73
success: ${{ needs.analyze.result == 'success' }}
0 commit comments