Skip to content

Commit

Permalink
github-ci: cancel on concurrent builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonish committed Sep 30, 2024
1 parent c5fd8e4 commit f95bcde
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
- "README.md"
pull_request:

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

jobs:

build:
Expand Down

0 comments on commit f95bcde

Please sign in to comment.