Skip to content

Commit 620dd54

Browse files
committed
PyDPF-Core tests on release are not requirements, just info
1 parent 6e39edb commit 620dd54

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
@@ -180,7 +180,7 @@ jobs:
180180
draft_release:
181181
name: "Draft Release"
182182
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
183-
needs: [style, tests, docs, examples, retro_232, retro_231, retro_222, retro_221, gate, pydpf-post_241, pydpf-post_232, pydpf-post_231, pydpf-post_222, pydpf-post_221, docker_tests]
183+
needs: [style, tests, docs, examples, retro_232, retro_231, retro_222, retro_221, gate, docker_tests]
184184
runs-on: ubuntu-latest
185185
steps:
186186
- name: "Set up Python"

0 commit comments

Comments
 (0)