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 75d050b commit f7dad25Copy full SHA for f7dad25
.github/workflows/release.yaml
@@ -63,7 +63,7 @@ jobs:
63
64
update_changelog:
65
name: Update changelog
66
- needs: [release_metadata, lint_check, type_check, unit_tests, integration_tests]
+ needs: [release_metadata, lint_check, type_check, unit_tests]
67
uses: apify/workflows/.github/workflows/python_bump_and_update_changelog.yaml@main
68
with:
69
version_number: ${{ needs.release_metadata.outputs.version_number }}
0 commit comments