diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ced475a7..c42d75c5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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')}} @@ -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"