update scan workflow conditions (#5089)

pull/5086/head
Mark Collao 2 years ago committed by GitHub
parent a830892fec
commit 0b4e17162d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -12,7 +12,10 @@ on:
jobs:
scan:
runs-on: ${{ fromJSON(vars.RUNNER_LARGE) }}
if: ${{ github.actor != 'dependabot[bot]' || github.actor != 'hc-github-team-secure-boundary' }}
if: |
! github.event.pull_request.head.repo.fork &&
github.actor != 'dependabot[bot]' &&
github.actor != 'hc-github-team-secure-boundary'
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

Loading…
Cancel
Save