We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d2cf3 commit 6ca5036Copy full SHA for 6ca5036
1 file changed
.github/workflows/build-version.yml
@@ -17,6 +17,10 @@ jobs:
17
runs-on: ubuntu-latest
18
name: Build Python ${{ inputs.version }}
19
20
+ concurrency:
21
+ group: build-python-${{ inputs.version }}
22
+ cancel-in-progress: true
23
+
24
steps:
25
- name: Checkout code
26
uses: actions/checkout@v5
0 commit comments