Skip to content

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

Merged
mananuf merged 1 commit into
experimental/leanvm-track-mainfrom
fix/pr-issue-check-yaml-experimental-leanvm-track-main
Aug 11, 2026
Merged

ci: fix invalid YAML in pr-issue-check workflow#409
mananuf merged 1 commit into
experimental/leanvm-track-mainfrom
fix/pr-issue-check-yaml-experimental-leanvm-track-main

Conversation

@mananuf

@mananuf mananuf commented Aug 11, 2026

Copy link
Copy Markdown
Collaborator

Same one-line-block fix as #408 (to main), applied to experimental/leanvm-track-main so open PRs against this base stop showing "Invalid workflow file … line 19". The disabled check-issue job's commented-out original condition had dangling YAML lines; this comments the whole block. Job stays disabled; verified valid with yq.

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.
@mananuf
mananuf merged commit 0a48c44 into experimental/leanvm-track-main Aug 11, 2026
1 check passed
@mananuf
mananuf deleted the fix/pr-issue-check-yaml-experimental-leanvm-track-main branch August 11, 2026 06:51
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