Skip to content

Commit 78b522c

Browse files
committed
Add missing need on notify-finish job
1 parent e86ac83 commit 78b522c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.gitlab/ci/release-coordinator.canary.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ release-coordinator:canary:notify-finish:
111111
extends:
112112
- .release-coordinator:canary
113113
stage: release-coordinator:canary:notify-finish
114+
needs:
115+
- release-coordinator:canary:publish-release
114116
script:
115117
- bin/pyxis internal notify_finish_coordinator --coordinator-pipeline-id $CI_PIPELINE_ID
116118
variables:

0 commit comments

Comments
 (0)