Skip to content

Commit

Permalink
ci: add concurrency check
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed May 7, 2022
1 parent 34dd7e8 commit 77c639b
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
@@ -1,5 +1,9 @@
name: build

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

on:
push:
branches:
Expand Down

0 comments on commit 77c639b

Please sign in to comment.