Skip to content

Commit b871366

Browse files
committed
ci: small edits
1 parent 12b5963 commit b871366

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
@@ -243,7 +243,7 @@ jobs:
243243
draft_release:
244244
name: "Draft Release"
245245
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
246-
needs: [style, tests, tests_3_9, tests_any, tests_any_3_9, docs, examples, retro_232, retro_231, retro_222, docker_tests]
246+
needs: [style, tests, tests_3_10, tests_any, tests_any_3_10, docs, examples, retro_232, retro_231, retro_222, docker_tests]
247247
runs-on: ubuntu-latest
248248
steps:
249249
- name: "Download artifacts"

0 commit comments

Comments
 (0)