fix: runners not runs
runner nix smoke / nix label and flake smoke (push) Failing after 41s

This commit is contained in:
2026-09-11 02:22:07 +00:00
parent cb62bd3044
commit f0317efb6e
2 changed files with 20 additions and 1 deletions
+1 -1
View File
@@ -332,7 +332,7 @@ gcr_handle_webhook() {
[ -n "$action" ] || { gcr_respond 400 "malformed payload"; exit 0; }
case "$job_id:$attempt" in
*[!0-9:]*|:*|*::*|*:|0:*|*:0)
*[!0-9:]*|:*|*::*|*:|0:*)
gcr_respond 400 "malformed payload"; exit 0
;;
esac