Skip to content

Commit b21be1b

Browse files
authored
Remove gate job from ci_release.yml (#1198)
1 parent eb3baa3 commit b21be1b

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
@@ -194,7 +194,7 @@ jobs:
194194
draft_release:
195195
name: "Draft Release"
196196
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
197-
needs: [style, tests, docs, examples, retro_232, retro_231, retro_222, gate, docker_tests]
197+
needs: [style, tests, docs, examples, retro_232, retro_231, retro_222, docker_tests]
198198
runs-on: ubuntu-latest
199199
steps:
200200
- name: "Download artifacts"

0 commit comments

Comments
 (0)