File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,6 @@ name: Analyze changes
33on :
44 push :
55 branches : [ master ]
6- pull_request :
7- # The branches below must be a subset of the branches above
8- branches : [ master ]
96
107# Cancel long-running jobs when a new commit is pushed
118concurrency :
@@ -15,8 +12,6 @@ concurrency:
1512jobs :
1613 codeql :
1714 name : Analyze changes with GitHub CodeQL
18- # Don’t run on PR, only when pushing to master
19- if : github.event_name == 'push' && github.ref == 'refs/heads/master'
2015 runs-on : ubuntu-latest
2116 permissions :
2217 actions : read
6156
6257 trivy :
6358 name : Analyze changes with Trivy
64- # Don’t run on PR, only when pushing to master
65- if : github.event_name == 'push' && github.ref == 'refs/heads/master'
6659 runs-on : ubuntu-latest
6760 permissions :
6861 actions : read
You can’t perform that action at this time.
0 commit comments