Skip to content

Commit

Permalink
Fix ordering in summary job deps
Browse files Browse the repository at this point in the history
  • Loading branch information
GMNGeoffrey committed Aug 8, 2022
1 parent 7553664 commit 3bdae8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,6 @@ jobs:
summary:
runs-on: ubuntu-20.04
needs:
- android_arm64
- build_runtime
- test_runtime
- build_all
Expand All @@ -591,6 +590,7 @@ jobs:
- tsan
- riscv32
- riscv64
- android_arm64
if: always()
steps:
- name: Getting combined job status
Expand Down

0 comments on commit 3bdae8c

Please sign in to comment.