Skip to content

Commit 394efc5

Browse files
authored
💚Fix doc creation concurrency (#804)
1 parent 9a6529a commit 394efc5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

‎.github/workflows/docs_latest.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
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"]

‎.github/workflows/python-publish.yml‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
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

0 commit comments

Comments
 (0)