ci: trigger feature tests on push to dev to unblock auto-publish#3973
Merged
ci: trigger feature tests on push to dev to unblock auto-publish#3973
Conversation
Add dev to feature_test.yml push.branches and add push to the lint job's if condition. With required_status_checks already configured for dev, GitHub previously rejected bot version-bump pushes (GH006: 7 of 7 required status checks are expected) because no workflow was configured to produce them on dev. Mirroring Snowfakery ci.yml's pattern (on: [push, workflow_dispatch]) makes the checks producible; [skip ci] bot pushes are then accepted by branch protection. Spec: docs/superpowers/specs/2026-04-27-cci-dev-auto-publish-unblock-design.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
devtofeature_test.ymlpush.branches.pushto the lint job'sifcondition.This unblocks the dev auto-publish workflow that has been failing for 4 consecutive runs with GH006 ("7 of 7 required status checks are expected").
Test plan
Spec: docs/superpowers/specs/2026-04-27-cci-dev-auto-publish-unblock-design.md