Skip to content

Commit

Permalink
fix: update root GHA definition (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
mndeveci authored Nov 7, 2023
1 parent 76aceb3 commit dd95726
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ on:
jobs:
run-workflow:
name: Parent PR Status Check
if: always()
# If any dependent jobs fails, this WF skips which won't block merging PRs
# calling always() is required for this WF to run all the time
if: github.repository_owner == 'aws' && always()
runs-on: ubuntu-latest
needs:
- build-single-arch
Expand Down

0 comments on commit dd95726

Please sign in to comment.