Skip to content

fix(ci): nest working-directory under defaults.run - #63

Merged
snowrugar-beep merged 1 commit into
mainfrom
ci/fix-workflow-defaults
Jun 21, 2026
Merged

fix(ci): nest working-directory under defaults.run#63
snowrugar-beep merged 1 commit into
mainfrom
ci/fix-workflow-defaults

Conversation

@snowrugar-beep

Copy link
Copy Markdown
Contributor

Smoke-test PR #62 surfaced that PR #61's workflow produced zero checks because working-directory lived directly under defaults: instead of under defaults.run:. GitHub rejects that as schema-invalid before any job is dispatched. Nesting it correctly unblocks all five jobs. Closes the gap that motivated the original CI workflow rollout.

The previous placement of `working-directory` directly under `defaults:`
caused GitHub Actions to fail schema validation before any job was
dispatched. PR #61 therefore silently produced zero runs on every PR
— discovered during the smoke test in PR #62.
@snowrugar-beep
snowrugar-beep merged commit 89f0f3e into main Jun 21, 2026
@snowrugar-beep
snowrugar-beep deleted the ci/fix-workflow-defaults branch June 21, 2026 00:58
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