Skip to content

Commit

Permalink
ci: cancel old versions of verify workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
drmorr0 committed Nov 8, 2024
1 parent 32cd0c7 commit da0c7da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/k8s_plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on: # yamllint disable-line rule:truthy
paths:
- 'k8s/**'

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

jobs:
plan:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on: # yamllint disable-line rule:truthy
- "master"
pull_request: {}

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

env:
CARGO_INCREMENTAL: 0
SCCACHE_GHA_ENABLED: "true"
Expand Down

0 comments on commit da0c7da

Please sign in to comment.