-
Notifications
You must be signed in to change notification settings - Fork 345
Open
Labels
Description
there are quite a few workflows with hardcoded timeout-minutes: 4320. Said workflows are broken due to #1067.
Also users who notice the warning and upgrade to timeout-minutes: 50400 will still see an annoyingly persistent warning.
As per #1067 (comment) we should:
- increase visibility or automate a fix
- minimum (easy): throw an error instead of logging a warning
- ideally (more involved): parse the workflow file and set
GH_5_MIN_TIMEOUTaccordingly
- better logging
Reactions are currently unavailable