Skip to content

Commit

Permalink
only send from main
Browse files Browse the repository at this point in the history
  • Loading branch information
yeikel committed Jan 14, 2025
1 parent 1f94916 commit d85a825
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cve_checks.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Infra: CVE checks"
on:
pull_request_target:
pull_request:
push:
branches: [ "main" ]
workflow_dispatch:
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:

notify:
needs: check-cves
if: ${{ always() && needs.build-and-test.result == 'failure' }}
if: ${{ always() && needs.build-and-test.result == 'failure' && github.event_name == 'schedule' }}
uses: ./.github/workflows/infra_discord_hook.yml
with:
message: "Attention! CVE checks run failed! Please fix them CVEs :("
Expand Down
Empty file added frontend/npm
Empty file.

0 comments on commit d85a825

Please sign in to comment.