From 539c503309fb9ee5a16942df3de8a6e186f1a320 Mon Sep 17 00:00:00 2001 From: Nick Sarnie Date: Fri, 1 Mar 2024 03:03:13 +0900 Subject: [PATCH] [CI][NFC] Remove inaccurate comment in linux precommit yml (#12841) Don't need it. 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: