Skip to content

Commit

Permalink
add check for workflow_run success (#20)
Browse files Browse the repository at this point in the history
Co-authored-by: Charlie McBride <Charlie.McBride@microsoft.com>
  • Loading branch information
charliedmcb and Charlie McBride authored Nov 9, 2023
1 parent 1b6b0a7 commit 62a8b3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e-matrix-trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ permissions:
statuses: write # ./.github/actions/commit-status/*
jobs:
resolve:
if: github.event_name != 'workflow_run' || github.event.workflow_run.conclusion == 'success'
uses: ./.github/workflows/resolve-args.yaml
e2e-matrix:
needs: [resolve]
Expand Down

0 comments on commit 62a8b3c

Please sign in to comment.