From 55a79969208add601d2f9ef9ed1c8854aa8c20a5 Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Thu, 29 Feb 2024 09:55:59 -0800 Subject: [PATCH] [CI] Remove inaccurate comment in linux precommit yml Signed-off-by: Sarnie, Nick --- .github/workflows/sycl-linux-precommit.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/sycl-linux-precommit.yml b/.github/workflows/sycl-linux-precommit.yml index 9d86bbc15cf66..c509578eb116a 100644 --- a/.github/workflows/sycl-linux-precommit.yml +++ b/.github/workflows/sycl-linux-precommit.yml @@ -51,8 +51,6 @@ jobs: name: Decide which Arc tests to run needs: [build, detect_changes] if: ${{ always() && !cancelled() && needs.build.outputs.build_conclusion == 'success' }} - # Github's ubuntu-* runners are slow to allocate. Use our CUDA runner since - # we don't use it for anything right now. runs-on: [Linux, build] timeout-minutes: 3 outputs: