Skip to content

Commit

Permalink
Concurrency fixes (#350)
Browse files Browse the repository at this point in the history
Currently its not possible to run the CI for different tracks
concurrently.
  • Loading branch information
simondeziel authored Nov 14, 2024
2 parents 4c761a6 + 7114218 commit e033d16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ permissions:
contents: read

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}-${{ inputs.ubuntu-releases }}-${{ inputs.snap-tracks }}
# XXX: scheduled runs should not cancel manually triggered ones
cancel-in-progress: ${{ !contains(github.event_name, 'schedule')}}

Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
track: "5.0/edge"
- test: vm-migration
track: "5.0/edge"
# skip track/os combinaisons that are too far appart
# skip track/os combinations that are too far appart
- track: "4.0/edge"
os: 24.04
- track: "5.0/edge"
Expand Down

0 comments on commit e033d16

Please sign in to comment.