Skip to content

Commit

Permalink
Merge 99857b7 into 6f907ec
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj authored Jun 2, 2023
2 parents 6f907ec + 99857b7 commit 117c252
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1345,9 +1345,8 @@ jobs:
upload_test_results:
name: Upload Test results
needs:
- turbopack_rust_test1
- turbopack_rust_test2
if: always()
[determine_jobs, rust_prepare, turbopack_rust_test1, turbopack_rust_test2]
if: needs.determine_jobs.outputs.turbopack == 'true' || needs.determine_jobs.outputs.cargo_on_main == 'true'
runs-on: ubuntu-latest
# Do not block CI if upload fails for some reason
continue-on-error: true
Expand Down

0 comments on commit 117c252

Please sign in to comment.