Skip to content

Commit 59ad7be

Browse files
authored
Merge branch 'master' into testChanges
2 parents 5a9949c + 50a3cc0 commit 59ad7be

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/security-scan.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [ main, master ]
66
pull_request_target:
7-
types: [ opened, synchronize ]
7+
types: [ labeled ]
88
schedule:
99
- cron: '0 9 * * 1' # Weekly on Monday at 9 AM UTC
1010

@@ -15,6 +15,7 @@ permissions:
1515

1616
jobs:
1717
jfrog-audit:
18+
if: github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'safe to test')
1819
runs-on: ubuntu-latest
1920
steps:
2021
- name: Checkout code

0 commit comments

Comments
 (0)