Skip to content

Commit 7de106f

Browse files
authored
build: Merge a fix to omit nightly-test requirements. (#4311)
Merge a fix to omit nightly-test requirements.
1 parent a515448 commit 7de106f

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
@@ -637,7 +637,7 @@ jobs:
637637
release:
638638
name: Release
639639
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
640-
needs: [test, update-changelog, nightly-dev-test]
640+
needs: [test, update-changelog]
641641
runs-on: ubuntu-latest
642642
steps:
643643
- name: Set up Python

0 commit comments

Comments
 (0)