Skip to content

Commit

Permalink
fix: concurrency settings where causing issues
Browse files Browse the repository at this point in the history
The concurrency settings where causing matrix jobs to be cancelled.
Removing for the time being.

Signed-off-by: Richard Case <[email protected]>
  • Loading branch information
richardcase committed Oct 9, 2024
1 parent 40fa854 commit d32368d
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 d32368d

Please sign in to comment.