Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mndeveci authored Nov 7, 2023
1 parent 21607e3 commit b047b09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ concurrency:
jobs:
run-workflow:
name: PR Workflow
# calling success() and failure() is required for this WF to run all the time
# 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:
Expand Down

0 comments on commit b047b09

Please sign in to comment.