Skip to content

Commit baf16cb

Browse files
Update .github/workflows/ci.yml
Co-authored-by: amazon-q-developer[bot] <208079219+amazon-q-developer[bot]@users.noreply.github.com>
1 parent c3bee6d commit baf16cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ on:
2121
workflow_dispatch:
2222

2323
concurrency:
24-
group: ${{ github.workflow }}
25-
cancel-in-progress: false
24+
group: ${{ github.workflow }}-${{ github.ref }}
25+
cancel-in-progress: true
2626

2727
defaults:
2828
run:

0 commit comments

Comments
 (0)