Skip to content

Commit 05fc326

Browse files
committed
fix: skip CI waits without precheck job
1 parent 22a9bd9 commit 05fc326

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

bin/release.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,10 @@ wait_for_runs() {
184184
'
185185
)"
186186
case "${precheck_state}" in
187+
missing:*)
188+
echo "Skipping test workflow without precheck job: ${workflow_name}"
189+
break
190+
;;
187191
completed:success|completed:skipped)
188192
break
189193
;;

0 commit comments

Comments
 (0)