Skip to content

Commit cbd0230

Browse files
committed
ci: fix reference in run release
1 parent 7c6b63a commit cbd0230

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)