From bf5e80631ca0bec908fca6ba4e73582818f4c119 Mon Sep 17 00:00:00 2001 From: Atharva Arya Date: Fri, 12 Jul 2024 18:33:39 +0530 Subject: [PATCH] Label correction --- .github/workflows/main.yml | 5 +++++ .github/workflows/new_tests.yml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1be645b9122..2c24f1a6009 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,6 +8,11 @@ on: branches: - '*' +concurrency: + group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} + cancel-in-progress: true + + jobs: matrix: if: github.repository_owner == 'tardis-sn' diff --git a/.github/workflows/new_tests.yml b/.github/workflows/new_tests.yml index ada7a9349e7..38d8ac3ac65 100644 --- a/.github/workflows/new_tests.yml +++ b/.github/workflows/new_tests.yml @@ -60,7 +60,7 @@ jobs: continuum_tests: if: github.repository_owner == 'tardis-sn' - name: ${{ inputs.run_label }} + name: continuum-${{ inputs.run_label }} runs-on: ${{ inputs.run_label }} steps: - name: Setup tardis