Skip to content

Commit

Permalink
add back in concurrency comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jonchurch committed Jul 8, 2024
1 parent 611556b commit 0c536b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ on:
paths-ignore:
- '*.md'

# Cancel in progress workflows
# in the scenario where we already had a run going for that PR/branch/tag but then triggered a new run
concurrency:
group: "${{ github.workflow }} ✨ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}"
cancel-in-progress: true
Expand Down

0 comments on commit 0c536b2

Please sign in to comment.