cf-pages-await
cf-pages-await copied to clipboard
Check if deployment is skipped/custom timeout
I have my cloudflare pages only set to deploy on dev
and main
branches, the others are skipped:
However it did trigger my github actions which awaited for the maximum of 6 hours after which github kills the worker:
This ate my free github actions time :/
Either make it fully reliable (it also doesn't work when there are two back to back commits where a CF deployment is queued) OR allow a custom (10 minutes would suffice for me) timeout after which the awaiting stops.