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 df70ba1 commit 5f0b63dCopy full SHA for 5f0b63d
.github/workflows/ci.yml
@@ -633,7 +633,7 @@ jobs:
633
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
634
# Temporarily disabled due to issues with image
635
# needs: [test, update-changelog, nightly-dev-test]
636
- needs: [update-changelog]
+ needs: [build, update-changelog]
637
runs-on: ubuntu-latest
638
steps:
639
- name: Set up Python
0 commit comments