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 29e8e5f commit 153ad24Copy full SHA for 153ad24
1 file changed
.github/workflows/release.yaml
@@ -61,7 +61,7 @@ jobs:
61
62
update_changelog:
63
name: Update changelog
64
- needs: [release_metadata, lint_check, type_check, unit_tests, integration_tests]
+ needs: [release_metadata, lint_check, type_check]
65
uses: apify/workflows/.github/workflows/python_bump_and_update_changelog.yaml@main
66
with:
67
version_number: ${{ needs.release_metadata.outputs.version_number }}
0 commit comments