Skip to content

Commit 5ab4d7d

Browse files
committed
Add concurrency controls to workflow
1 parent 8c7825d commit 5ab4d7d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- reopened
77
- ready_for_review
88
- synchronize
9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.head_ref }}
11+
cancel-in-progress: true
912
jobs:
1013
chart_validation:
1114
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)