Skip to content

Commit 71930a0

Browse files
authored
Fix codeql workflow (open-telemetry#716)
1 parent 763a328 commit 71930a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
issues: write
6868
needs:
6969
- analyze
70-
if: always()
70+
if: always() && github.event_name == 'schedule'
7171
uses: ./.github/workflows/reusable-workflow-notification.yml
7272
with:
7373
success: ${{ needs.analyze.result == 'success' }}

0 commit comments

Comments
 (0)