mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-14 11:06:13 +05:00
fix: skip CI waits without precheck job
This commit is contained in:
parent
38f07949bc
commit
5d6df4b310
@ -262,6 +262,10 @@ wait_for_runs() {
|
||||
'
|
||||
)"
|
||||
case "${precheck_state}" in
|
||||
missing:*)
|
||||
echo "Skipping test workflow without precheck job: ${workflow_name}"
|
||||
break
|
||||
;;
|
||||
completed:success|completed:skipped)
|
||||
break
|
||||
;;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user