/** * WGL024: Manual Without allow_failure * * Warns about jobs with `when: manual` that don't set `allow_failure: true`. * Without it, the manual job blocks the pipeline from progressing past * its stage until someone manually triggers it. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const wgl024: PostSynthCheck; //# sourceMappingURL=wgl024.d.ts.map