Skip to content

Commit 6a5e86a

Browse files
authored
ci: fix reference in run release (#275)
Fixes: ``` The workflow is not valid. .github/workflows/run_release.yaml (Line: 81, Col: 9): Job 'publish_to_pypi' depends on unknown job 'async_docstrings'. ```
1 parent 7c6b63a commit 6a5e86a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/run_release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ jobs:
5252
needs: [should_release]
5353
uses: apify/workflows/.github/workflows/python_unit_tests.yaml@main
5454

55+
async_docstrings:
56+
name: Async dostrings check
57+
uses: ./.github/workflows/_async_docstrings_check.yaml
58+
5559
# TODO: remove this once https://github.com/apify/apify-sdk-python/issues/241 is resolved
5660
changelog_entry_check:
5761
name: Changelog entry check

0 commit comments

Comments
 (0)