Skip to content

Commit

Permalink
ci: remove validation caller concurrency class (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks authored Jan 29, 2024
1 parent 97e4390 commit 17b08c3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 }}" }
}

0 comments on commit 17b08c3

Please sign in to comment.