Skip to content

Commit

Permalink
chore: don't allow to run build more then 1
Browse files Browse the repository at this point in the history
  • Loading branch information
aldor007 committed Aug 1, 2023
1 parent 50f88eb commit 1c862dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
name: Build

# Only one instance of this job can be running
concurrency:
group: build-and-test
cancel-in-progress: true

on:
pull_request:
branches: [ '*' ]
Expand Down

0 comments on commit 1c862dd

Please sign in to comment.