Skip to content

Conversation

@johanib
Copy link
Contributor

@johanib johanib commented Jan 15, 2026

Prior to this change, the stepup-behat tests would almost always run twice on every commit: one for 'push' and one for 'pull_request'.

This change only runs the 'push' run on the main branch.

This means, if there is no PR, it will also not run the tests on other branches. workflow_dispatch adds the option to start the pipeline manually.

Running the tests twice caused issues with cdns (npm, composer) on other projects.

Prior to this change, the stepup-behat tests would almost always run twice on every commit: one for 'push' and one for 'pull_request'.

This change only runs the 'push' run on the main branch.

This means, if there is no PR, it will also not run the tests on other branches.
`workflow_dispatch` adds the option to start the pipeline manually.

Running the tests twice caused issues with cdns (npm, composer) on other projects.
@johanib johanib requested a review from MKodde January 15, 2026 10:33
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.

2 participants