Skip to content

Commit

Permalink
Merge pull request #2000 from antmicro/umarcor/concurrency
Browse files Browse the repository at this point in the history
ci: limit concurrency
  • Loading branch information
mithro authored Aug 18, 2022
2 parents 48ad192 + 50d3133 commit e6ba750
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/Automerge.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Automerge

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

on:
pull_request:
push:
Expand Down

0 comments on commit e6ba750

Please sign in to comment.