We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97e4390 commit 17b08c3Copy full SHA for 17b08c3
.github/workflows/validation.yml
@@ -7,10 +7,6 @@ on:
7
tags: [ '*' ]
8
workflow_dispatch:
9
10
-concurrency:
11
- group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
12
- cancel-in-progress: true
13
-
14
jobs:
15
16
get_gemc_tag:
@@ -49,5 +45,5 @@ jobs:
49
45
with:
50
46
git_upstream: >-
51
47
{
52
- "clas12Tags": { "fork": "gemc/clas12Tags", "branch": "${{ needs.get_gemc_tag.outputs.tag }}" }
48
+ "clas12Tags": { "fork": "gemc/clas12Tags", "ref": "${{ needs.get_gemc_tag.outputs.tag }}" }
53
}
0 commit comments