Skip to content

Commit dff0566

Browse files
authored
fix: update root GHA definition (#568)
* fix: update root GHA definition * update comment & use always()
1 parent 934b2be commit dff0566

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ concurrency:
1818
jobs:
1919
run-workflow:
2020
name: PR Workflow
21-
if: always()
21+
# If any dependent jobs fails, this WF skips which won't block merging PRs
22+
# calling always() is required for this WF to run all the time
23+
if: github.repository_owner == 'aws' && always()
2224
runs-on: ubuntu-latest
2325
needs:
2426
- unit-functional

0 commit comments

Comments
 (0)