You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.
When a job is listed in a workflow but missing from the jobs section, the config validator will report the config as valid but will fail immediately when pushed to CircleCI:
* Cannot find a job named `build` to run in the `jobs:` section of your configuration file.
The validator should ensure that all jobs listed in workflows are actually defined.
The text was updated successfully, but these errors were encountered:
When a job is listed in a workflow but missing from the jobs section, the config validator will report the config as valid but will fail immediately when pushed to CircleCI:
The validator should ensure that all jobs listed in workflows are actually defined.
The text was updated successfully, but these errors were encountered: