From cbd023064dfb5a5dc91fd3753a907fdcbc41108c Mon Sep 17 00:00:00 2001 From: Vlada Dusek Date: Wed, 16 Oct 2024 15:59:43 +0200 Subject: [PATCH] ci: fix reference in run release --- .github/workflows/run_release.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/run_release.yaml b/.github/workflows/run_release.yaml index a984cac3..95eb8d11 100644 --- a/.github/workflows/run_release.yaml +++ b/.github/workflows/run_release.yaml @@ -52,6 +52,10 @@ jobs: needs: [should_release] uses: apify/workflows/.github/workflows/python_unit_tests.yaml@main + async_docstrings: + name: Async dostrings check + uses: ./.github/workflows/_async_docstrings_check.yaml + # TODO: remove this once https://github.com/apify/apify-sdk-python/issues/241 is resolved changelog_entry_check: name: Changelog entry check