Skip to content

Commit

Permalink
selftest: skip alls-green if 3p PR (#48)
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <william@trailofbits.com>
  • Loading branch information
woodruffw authored Feb 15, 2023
1 parent 9ea3c9d commit f3663a3
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/selftest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,20 +203,21 @@ jobs:
if: always()

needs:
- selftest
- selftest-xfail-invalid-inputs
- selftest-staging
- selftest-glob
- selftest-upload-artifacts
- selftest-custom-paths
- selftest-verify
- selftest-xfail-verify-missing-options
- selftest-identity-token
- selftest
- selftest-xfail-invalid-inputs
- selftest-staging
- selftest-glob
- selftest-upload-artifacts
- selftest-custom-paths
- selftest-verify
- selftest-xfail-verify-missing-options
- selftest-identity-token

runs-on: ubuntu-latest

steps:
- name: check test jobs
if: (github.event_name != 'pull_request') || !github.event.pull_request.head.repo.fork
uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # v1.2.2
with:
jobs: ${{ toJSON(needs) }}

0 comments on commit f3663a3

Please sign in to comment.