We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db2dfb5 commit b22c44dCopy full SHA for b22c44d
.github/workflows/sansec-ecomscan.yml
@@ -7,6 +7,8 @@ on:
7
8
jobs:
9
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'
12
name: Run Sansec eComscan
13
runs-on: ubuntu-latest
14
permissions:
0 commit comments