We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a9949c + 50a3cc0 commit 59ad7beCopy full SHA for 59ad7be
1 file changed
.github/workflows/security-scan.yml
@@ -4,7 +4,7 @@ on:
4
push:
5
branches: [ main, master ]
6
pull_request_target:
7
- types: [ opened, synchronize ]
+ types: [ labeled ]
8
schedule:
9
- cron: '0 9 * * 1' # Weekly on Monday at 9 AM UTC
10
@@ -15,6 +15,7 @@ permissions:
15
16
jobs:
17
jfrog-audit:
18
+ if: github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'safe to test')
19
runs-on: ubuntu-latest
20
steps:
21
- name: Checkout code
0 commit comments