Skip to content

Commit

Permalink
Configure concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
iangmaia committed Dec 19, 2023
1 parent ed9e251 commit 961ffba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dangermattic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
pull_request:
types: [opened, edited, review_requested, review_request_removed, labeled, unlabeled, milestoned, demilestoned, synchronize]

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

jobs:
dangermattic:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 961ffba

Please sign in to comment.