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