Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#5144 from richardcase/ami_workflow…
Browse files Browse the repository at this point in the history
…_concurrency

🌱 fix: concurrency settings where causing issues
  • Loading branch information
richardcase authored Oct 9, 2024
2 parents 40fa854 + d32368d commit d6ed1de
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-ami.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ permissions:

jobs:
buildandpublish:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
strategy:
matrix:
target: ['ubuntu-2204', 'ubuntu-2404', 'flatcar', 'rhel-8']
Expand Down

0 comments on commit d6ed1de

Please sign in to comment.