This repo has workflows that have no defined timeouts and/or are not using self-hosted.
We use self hosted runners to avoid overage costs associated with GitHub Actions. However, we don't have a lot of workers to handle all of the load.
To ensure a single build doesn't spend hours and monopolize our workers, we limit each job to 20 minutes.
Please add a timeout to your jobs. We will disable your actions until you add them.
Your build may also be missing self-hosted in the runs-on field.
This repo has workflows that have no defined timeouts and/or are not using self-hosted.
We use self hosted runners to avoid overage costs associated with GitHub Actions. However, we don't have a lot of workers to handle all of the load. To ensure a single build doesn't spend hours and monopolize our workers, we limit each job to 20 minutes. Please add a timeout to your jobs. We will disable your actions until you add them.
Your build may also be missing
self-hosted
in theruns-on
field.Docs: https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#jobsjob_idtimeout-minutes Example:
Affected Workflows: