Skip to content

Commit 153ad24

Browse files
committed
Fix release workflow
1 parent 29e8e5f commit 153ad24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
update_changelog:
6363
name: Update changelog
64-
needs: [release_metadata, lint_check, type_check, unit_tests, integration_tests]
64+
needs: [release_metadata, lint_check, type_check]
6565
uses: apify/workflows/.github/workflows/python_bump_and_update_changelog.yaml@main
6666
with:
6767
version_number: ${{ needs.release_metadata.outputs.version_number }}

0 commit comments

Comments
 (0)