-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow Tests to Pass if PR has CSS Changes Only #42
Comments
There is currently no easy workaround for that: We will have add a condition to every step of each job to make it work but that will be a bit ugly. |
can a workflow return |
No, you cannot exit early with |
from the last bullet point in this discussion you linked to:
that sounds to me like one of the initial workflow steps can decide whether to exit 0 or allow subsequent steps to run |
If a step exits with |
If a PR only contains CSS changes (ex: eventespresso/event-espresso-core#3306), the unit tests fail to pass since the PHP tests are waiting for a response:
Expectation:
Some solution that will allow PR to be merged without requiring admin override if there are only CSS changes, such as:
The text was updated successfully, but these errors were encountered: