From 135ac3a2e389a753f129c6bedb0a212ea0a30915 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Fri, 13 Sep 2024 13:14:54 +0800 Subject: [PATCH] . --- .github/workflows/run-tests.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 377718b9571..c2f74dabebc 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -26,6 +26,11 @@ concurrency: cancel-in-progress: true jobs: + set_status: + runs-on: ubuntu-latest + steps: + - name: Echo Concurrency Key + run: echo 'cancel-old-pr-runs-${{ github.workflow }}-${{ github.head_ref || github.run_id }}' # Jobs are listed in rough order of priority: if multiple jobs fail, the first job # in the list should be the one that's most worth looking into build-linux: