Skip to content

Commit d6ed1de

Browse files
authored
Merge pull request #5144 from richardcase/ami_workflow_concurrency
🌱 fix: concurrency settings where causing issues
2 parents 40fa854 + d32368d commit d6ed1de

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build-ami.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ permissions:
3535

3636
jobs:
3737
buildandpublish:
38-
concurrency:
39-
group: ${{ github.workflow }}-${{ github.ref }}
40-
cancel-in-progress: false
4138
strategy:
4239
matrix:
4340
target: ['ubuntu-2204', 'ubuntu-2404', 'flatcar', 'rhel-8']

0 commit comments

Comments
 (0)