From 17b08c330d0630ffaa28866a064e39a363092c62 Mon Sep 17 00:00:00 2001 From: Christopher Dilks Date: Mon, 29 Jan 2024 11:23:45 -0500 Subject: [PATCH] ci: remove validation caller concurrency class (#176) --- .github/workflows/validation.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index 71e2c3424d..0ad04450d5 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -7,10 +7,6 @@ on: tags: [ '*' ] workflow_dispatch: -concurrency: - group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} - cancel-in-progress: true - jobs: get_gemc_tag: @@ -49,5 +45,5 @@ jobs: with: git_upstream: >- { - "clas12Tags": { "fork": "gemc/clas12Tags", "branch": "${{ needs.get_gemc_tag.outputs.tag }}" } + "clas12Tags": { "fork": "gemc/clas12Tags", "ref": "${{ needs.get_gemc_tag.outputs.tag }}" } }