Skip to content

Commit

Permalink
add concurrency group
Browse files Browse the repository at this point in the history
  • Loading branch information
qrkourier committed Oct 31, 2023
1 parent a9d273d commit 2b3cec8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
- 'docs/**'
- 'website/**'

# cancel older, redundant builds that haven't started yet
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

jobs:
ubuntu-build:
name: Build Linux AMD64 CLI
Expand Down

0 comments on commit 2b3cec8

Please sign in to comment.