Skip to content

ci: fix invalid YAML in pr-issue-check workflow - #408

Open
mananuf wants to merge 1 commit into
mainfrom
fix/pr-issue-check-yaml
Open

ci: fix invalid YAML in pr-issue-check workflow#408
mananuf wants to merge 1 commit into
mainfrom
fix/pr-issue-check-yaml

Conversation

@mananuf

@mananuf mananuf commented Aug 11, 2026

Copy link
Copy Markdown
Collaborator

The check-issue job was disabled with if: false but only the first line of the original condition was commented out; the remaining lines were dangling YAML under the job mapping, so the workflow failed to parse ("Invalid workflow file … line 19"). This comments out the full preserved condition block — job stays disabled, YAML is valid (verified with yq).

Note: the identical broken file exists on experimental/leanvm-track-main and perf/block-import-at-scale, so open PRs against those bases will keep showing the error until the same fix is applied there (their PR runs use the base branch's workflow).

The check-issue job was disabled with 'if: false', but only the first line of
the original condition was commented out — the remaining condition lines sat as
dangling scalars under the job mapping, so the workflow failed to parse
(Invalid workflow file, line 19). Comment out the whole preserved condition
block; the job stays disabled and the YAML is valid.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant