Skip to content

Commit

Permalink
Remove broken 'if' condition from linux_arm64_clang job. (iree-org#…
Browse files Browse the repository at this point in the history
…17982)

Hooray for testing in prod.

This should fix the job being skipped:
https://github.com/iree-org/iree/actions/runs/10049726682

skip-ci: more testing in prod
  • Loading branch information
ScottTodd authored Jul 22, 2024
1 parent 7463cb4 commit 0934526
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci_linux_arm64_clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
# TODO: Switch runs-on labels to use different (non-GCP) self-hosted runners?
linux_arm64_clang:
needs: setup
if: contains(fromJson(needs.setup.outputs.enabled-jobs), 'build_test_all_arm64')
runs-on:
- self-hosted # must come first
- runner-group=${{ needs.setup.outputs.runner-group }}
Expand Down

0 comments on commit 0934526

Please sign in to comment.