Skip to content

Commit 490f17e

Browse files
authored
add concurrency
Signed-off-by: Srikanth Ramakrishna <srikanth.ramakrishna@intel.com>
1 parent 80738cb commit 490f17e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/apptainer-ci.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ on:
1818
push:
1919
branches:
2020
- '*/apptainer_ci_python'
21+
22+
concurrency:
23+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
24+
cancel-in-progress: true
25+
2126
jobs:
2227
setup-build:
2328
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)