Skip to content

Commit de8fa66

Browse files
committed
correct concurrency group
1 parent 59d446c commit de8fa66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
contents: read # required for actions/checkout
1111

1212
concurrency:
13-
group: ci-${{ github.workflow }}-${{ job.environment.name }}
13+
group: ci-${{ github.workflow }}-${{ github.ref_name }}
1414
cancel-in-progress: true
1515

1616
jobs:

0 commit comments

Comments
 (0)