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