Skip to content

Commit 6ca5036

Browse files
committed
Add concurrency settings
1 parent 07d2cf3 commit 6ca5036

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-version.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
runs-on: ubuntu-latest
1818
name: Build Python ${{ inputs.version }}
1919

20+
concurrency:
21+
group: build-python-${{ inputs.version }}
22+
cancel-in-progress: true
23+
2024
steps:
2125
- name: Checkout code
2226
uses: actions/checkout@v5

0 commit comments

Comments
 (0)