Skip to content

Commit

Permalink
ci: cancel outdated kubernetes tests workflows (#635)
Browse files Browse the repository at this point in the history
Cancel outdated Kubernetes tests workflows, as they take a long time and
it does not make sens to wait for each run to complete.
  • Loading branch information
jooola authored Jun 24, 2024
1 parent 4e1cd9d commit 18d01be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
permissions:
id-token: write

concurrency: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.k3s }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.k3s }}
cancel-in-progress: true

strategy:
fail-fast: false # Continue tests matrix if a flaky run occur.
Expand Down

0 comments on commit 18d01be

Please sign in to comment.