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 b077129 commit 092e103Copy full SHA for 092e103
.github/workflows/python_docs.yml
@@ -13,7 +13,13 @@ on:
13
- "examples/**"
14
15
jobs:
16
+ changelog:
17
+ permissions:
18
+ contents: write
19
+ uses: ./.github/workflows/reusable_publish_changelog.yml
20
+
21
docs:
22
+ needs: changelog
23
# Force Github action to run only a single job at a time (based on the group name)
24
# This is to prevent "race-condition" in publishing a new version of doc to `gh-pages`
25
concurrency:
0 commit comments