Skip to content

Commit f7be62b

Browse files
authored
Update .github/workflows/ci.yaml
1 parent f04c19a commit f7be62b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: CI
22

33
on: [push, pull_request]
44

5+
concurrency:
6+
group: ${{ github.workflow }}-${{ github.ref }}
7+
cancel-in-progress: true
8+
59
jobs:
610
lint-python:
711
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)