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