Skip to content

Commit 5f0b63d

Browse files
committed
fix: CI
1 parent df70ba1 commit 5f0b63d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ jobs:
633633
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
634634
# Temporarily disabled due to issues with image
635635
# needs: [test, update-changelog, nightly-dev-test]
636-
needs: [update-changelog]
636+
needs: [build, update-changelog]
637637
runs-on: ubuntu-latest
638638
steps:
639639
- name: Set up Python

0 commit comments

Comments
 (0)