Skip to content

Commit

Permalink
fix: update root GHA definition (#568)
Browse files Browse the repository at this point in the history
* fix: update root GHA definition

* update comment & use always()
  • Loading branch information
mndeveci authored Nov 7, 2023
1 parent 934b2be commit dff0566
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 @@ -18,7 +18,9 @@ concurrency:
jobs:
run-workflow:
name: PR Workflow
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:
- unit-functional
Expand Down

0 comments on commit dff0566

Please sign in to comment.