Skip to content

Commit 08beb03

Browse files
authored
Add concurrency limit
1 parent 228cba0 commit 08beb03

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ruff.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
branches:
99
- main
1010

11+
concurrency:
12+
group: ${{ github.workflow }}-${{ github.ref }}
13+
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
14+
1115
jobs:
1216
ruff-check:
1317
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)