Skip to content

Commit 01bca8f

Browse files
authored
Update error-check.yml
1 parent 67d4e0f commit 01bca8f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/error-check.yml

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Error Check
22

33
on: [push, pull_request]
44

5+
concurrency:
6+
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
7+
cancel-in-progress: true
8+
59
jobs:
610
test-parse:
711
name: Data Files

0 commit comments

Comments
 (0)