Skip to content

Commit

Permalink
chore: run root gha all the time (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
mndeveci authored Nov 10, 2023
1 parent c8e1655 commit c22b4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_invoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
jobs:
run-workflow:
name: Build & Test & Invoke Templates
if: github.repository_owner == 'aws'
if: github.repository_owner == 'aws' && always()
runs-on: ubuntu-latest
needs:
- build-test-python
Expand Down

0 comments on commit c22b4ee

Please sign in to comment.