From 0934526e288315552650554da12d49b94845c7bf Mon Sep 17 00:00:00 2001 From: Scott Todd Date: Mon, 22 Jul 2024 16:19:43 -0700 Subject: [PATCH] Remove broken 'if' condition from `linux_arm64_clang` job. (#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 --- .github/workflows/ci_linux_arm64_clang.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci_linux_arm64_clang.yml b/.github/workflows/ci_linux_arm64_clang.yml index 029f0a22ce5b..ea0e41e8adfe 100644 --- a/.github/workflows/ci_linux_arm64_clang.yml +++ b/.github/workflows/ci_linux_arm64_clang.yml @@ -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 }}