Skip to content

Commit

Permalink
Merge pull request #34 from c-dilks/rm-concurrency-class
Browse files Browse the repository at this point in the history
ci: remove validation caller concurrency class
  • Loading branch information
maureeungaro authored Feb 2, 2024
2 parents 1ee84a9 + dd4e043 commit c926333
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/validation-dev.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:
validation:
uses: JeffersonLab/clas12-validation/.github/workflows/ci.yml@main
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/validation-latest.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:
validation:
uses: JeffersonLab/clas12-validation/.github/workflows/ci.yml@main

0 comments on commit c926333

Please sign in to comment.