Skip to content

Commit 6d9fcbf

Browse files
committed
ci: draft release needs update
1 parent 0f39f2a commit 6d9fcbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
draft_release:
184184
name: "Draft Release"
185185
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
186-
needs: [style, tests, tests_3_10, tests_any, tests_any_3_10, docs, examples, retro_232, retro_231, retro_222, docker_tests]
186+
needs: [style, tests, docs, examples, tests-retro, docker_tests]
187187
runs-on: ubuntu-latest
188188
steps:
189189
- name: "Download artifacts"

0 commit comments

Comments
 (0)