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 1f94916 commit d85a825Copy full SHA for d85a825
.github/workflows/cve_checks.yml
@@ -1,6 +1,6 @@
1
name: "Infra: CVE checks"
2
on:
3
- pull_request_target:
+ pull_request:
4
push:
5
branches: [ "main" ]
6
workflow_dispatch:
@@ -74,7 +74,7 @@ jobs:
74
75
notify:
76
needs: check-cves
77
- if: ${{ always() && needs.build-and-test.result == 'failure' }}
+ 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 :("
frontend/npm
0 commit comments