Skip to content

Commit b22c44d

Browse files
committed
Add Sansec eComscan workflow
1 parent db2dfb5 commit b22c44d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sansec-ecomscan.yml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77

88
jobs:
99
run-ecomscan:
10+
# Skip if it's a push event on a PR (it can't access secrets)
11+
if: github.event.pull_request == null || github.event_name != 'push'
1012
name: Run Sansec eComscan
1113
runs-on: ubuntu-latest
1214
permissions:

0 commit comments

Comments
 (0)