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 a209e7b commit 63c1db5Copy full SHA for 63c1db5
1 file changed
.github/workflows/release.yaml
@@ -58,7 +58,7 @@ jobs:
58
59
update_changelog:
60
name: Update changelog
61
- needs: [release_metadata, lint_check, type_check, unit_tests]
+ needs: [release_metadata, wait_for_checks]
62
uses: apify/workflows/.github/workflows/python_bump_and_update_changelog.yaml@main
63
with:
64
version_number: ${{ needs.release_metadata.outputs.version_number }}
0 commit comments