Skip to content

Commit

Permalink
👷 misc(CI): add concurrency control to sumi action
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Jan 12, 2025
1 parent 799f3c0 commit 47ea26d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/git-sumi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
- synchronize
- ready_for_review

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

permissions:
pull-requests: read

Expand Down

0 comments on commit 47ea26d

Please sign in to comment.