Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
ci: Only report security scan result on scheduled runs (#9417)
Browse files Browse the repository at this point in the history
  • Loading branch information
mowies committed Jan 10, 2023
1 parent 3f2026f commit 74f793f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/security-scans.yml
Expand Up @@ -153,7 +153,7 @@ jobs:
name: Create GitHub Issue
runs-on: ubuntu-22.04
needs: [ security-scans, govulncheck ]
if: failure()
if: failure() && github.event_name == 'schedule'
steps:
- name: Formulate bug issue
id: formulate_bug_issue
Expand Down

0 comments on commit 74f793f

Please sign in to comment.