Skip to content

Commit 63c1db5

Browse files
authored
ci: Fix dependencies in release workflow (#762)
1 parent a209e7b commit 63c1db5

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
@@ -58,7 +58,7 @@ jobs:
5858

5959
update_changelog:
6060
name: Update changelog
61-
needs: [release_metadata, lint_check, type_check, unit_tests]
61+
needs: [release_metadata, wait_for_checks]
6262
uses: apify/workflows/.github/workflows/python_bump_and_update_changelog.yaml@main
6363
with:
6464
version_number: ${{ needs.release_metadata.outputs.version_number }}

0 commit comments

Comments
 (0)