Skip to content

Commit

Permalink
chore: workflow concurrency=1 (#4573)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidddddarth committed Apr 10, 2024
1 parent 3deadee commit 3555d1f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/builds.yml
Expand Up @@ -8,7 +8,9 @@ on:
- master
- main
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
env:
arch_amd64: amd64
arch_arm64: arm64
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Expand Up @@ -6,6 +6,9 @@ on:
- main
- "release/*"
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
integration:
name: Integration
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/verify.yml
Expand Up @@ -7,6 +7,9 @@ on:
- master
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
generate:
name: Correct generated files
Expand Down

0 comments on commit 3555d1f

Please sign in to comment.