Skip to content

Commit

Permalink
ci: cancel outdated kubernetes tests workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola committed Jun 24, 2024
1 parent 4e1cd9d commit 40db004
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 40db004

Please sign in to comment.