Skip to content

Commit

Permalink
make outcome always run
Browse files Browse the repository at this point in the history
  • Loading branch information
terrykong committed Sep 11, 2023
1 parent 4efe4c6 commit 8e576fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/_test_pax.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ jobs:
outcome:
needs: publish-test
runs-on: ubuntu-22.04
if: ( always() )
steps:
- name: Sets workflow status based on test outputs
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/_test_t5x.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ jobs:
outcome:
needs: publish-test
runs-on: ubuntu-22.04
if: ( always() )
steps:
- name: Sets workflow status based on test outputs
run: |
Expand Down

0 comments on commit 8e576fe

Please sign in to comment.