Skip to content

Make full_stack_gate required check work on all PRs#77

Merged
Oddly merged 1 commit intomainfrom
fix/full-stack-gate-required-check
Mar 6, 2026
Merged

Make full_stack_gate required check work on all PRs#77
Oddly merged 1 commit intomainfrom
fix/full-stack-gate-required-check

Conversation

@Oddly
Copy link
Copy Markdown
Owner

@Oddly Oddly commented Mar 5, 2026

The full_stack_gate required status check blocked PRs that didn't touch full-stack paths because the workflow never triggered and the check never reported.

Now the workflow triggers on all PRs but uses dorny/paths-filter to skip the heavy molecule jobs when no relevant files changed. The gate job always runs — it reports success immediately for unrelated PRs and checks actual test results for relevant ones.

Schedule, workflow_dispatch, and merge_group triggers bypass the filter and always run the full suite.

The full_stack_gate required check blocked PRs that didn't touch
full-stack paths because the workflow never triggered. Now the workflow
triggers on all PRs but uses dorny/paths-filter to skip the heavy
molecule jobs when no relevant files changed. The gate job always runs
and reports success for unrelated PRs.

Schedule, workflow_dispatch, and merge_group triggers bypass the filter
and always run the full test suite.
@Oddly Oddly merged commit 8ea4b6f into main Mar 6, 2026
26 checks passed
@Oddly Oddly deleted the fix/full-stack-gate-required-check branch March 6, 2026 09:39
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