Skip to content

Commit 17b08c3

Browse files
authored
ci: remove validation caller concurrency class (JeffersonLab#176)
1 parent 97e4390 commit 17b08c3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/validation.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ on:
77
tags: [ '*' ]
88
workflow_dispatch:
99

10-
concurrency:
11-
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
12-
cancel-in-progress: true
13-
1410
jobs:
1511

1612
get_gemc_tag:
@@ -49,5 +45,5 @@ jobs:
4945
with:
5046
git_upstream: >-
5147
{
52-
"clas12Tags": { "fork": "gemc/clas12Tags", "branch": "${{ needs.get_gemc_tag.outputs.tag }}" }
48+
"clas12Tags": { "fork": "gemc/clas12Tags", "ref": "${{ needs.get_gemc_tag.outputs.tag }}" }
5349
}

0 commit comments

Comments
 (0)