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 ce6cbce commit 94da91bCopy full SHA for 94da91b
.github/workflows/cve_checks.yml
@@ -74,7 +74,7 @@ jobs:
74
75
notify:
76
needs: check-cves
77
- if: ${{ always() && needs.build-and-test.result == 'failure' && github.ref == 'refs/heads/main' }}
+ if: ${{ always() && needs.build-and-test.result == 'failure' && github.event_name == 'schedule' }}
78
uses: ./.github/workflows/infra_discord_hook.yml
79
with:
80
message: "Attention! CVE checks run failed! Please fix them CVEs :("
0 commit comments