Skip to content

Commit ca89c33

Browse files
Update ci.yml
Co-authored-by: Sebastian Beltran <bjohansebas@gmail.com>
1 parent 1d6ee6a commit ca89c33

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ on:
55
branches:
66
- main
77
pull_request:
8-
8+
# Cancel in progress workflows
9+
# in the scenario where we already had a run going for that PR/branch/tag but then triggered a new run
10+
concurrency:
11+
group: "${{ github.workflow }} ✨ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}"
12+
cancel-in-progress: true
913
permissions:
1014
contents: read
1115

0 commit comments

Comments
 (0)