Commit 9ef7f52
committed
Run stepup-behat tests only once
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.1 parent b8f6cdd commit 9ef7f52
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
0 commit comments