File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1717 # This setup is inspired by
1818 # https://github.com/KernelTuner/kernel_tuner/blob/master/.github/workflows/docs-on-release.yml
1919 runs-on : ${{ matrix.os }}
20+ concurrency : build-n-publish-docs
2021 strategy :
2122 matrix :
2223 python-version : ["3.12"]
Original file line number Diff line number Diff line change 5757 name : Generate JSON-Schemas
5858 runs-on : ubuntu-latest
5959 needs : [tests, check_version_tag]
60+ concurrency : build-n-publish-json-schemas
6061 steps :
6162 - name : Check out Git repository
6263 uses : actions/checkout@v4
@@ -104,6 +105,7 @@ jobs:
104105 # https://github.com/KernelTuner/kernel_tuner/blob/master/.github/workflows/docs-on-release.yml
105106 runs-on : ubuntu-latest
106107 needs : [tests, check_version_tag]
108+ concurrency : build-n-publish-docs
107109 steps :
108110 - uses : actions/checkout@v4
109111 with :
@@ -173,6 +175,7 @@ jobs:
173175 # IMPORTANT: this permission is mandatory for trusted publishing
174176 id-token : write
175177 needs : [tests, json_schemas, docs]
178+ concurrency : build-n-publish-distributions
176179 steps :
177180 - uses : actions/checkout@v4
178181 - name : Set up Python
You can’t perform that action at this time.
0 commit comments