Skip to content

Commit ed358d5

Browse files
author
Adithya Krishna
authored
Enabled Concurrency for Deploy Workflow (#113)
Signed-off-by: Adithya Krishna <adikrish@redhat.com>
1 parent 9bf4bdc commit ed358d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ on:
1414
branches:
1515
- main
1616

17+
concurrency:
18+
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
19+
cancel-in-progress: true
20+
1721
jobs:
1822
publish:
1923
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)