Skip to content

Commit a670d1d

Browse files
committed
CI concurrency for lint
1 parent 621c1ad commit a670d1d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/lint.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
push:
66
branches: [main]
77

8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
10+
cancel-in-progress: true
11+
812
jobs:
913
linter:
1014
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)