We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example when we change markdown files that are not related to Echidna, we should not run all the echidna tests
The text was updated successfully, but these errors were encountered:
Perhaps @elopez has some idea on how to solve this, since it looks like a "generic CI issue".
Sorry, something went wrong.
paths and paths-ignore can be used to implement this: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onpushpull_requestpull_request_targetpathspaths-ignore
paths
paths-ignore
We could use something like https://github.com/dorny/paths-filter or https://github.com/MarceloPrado/has-changed-path to conditionally execute the action steps. E.g. if only Echidna exercise 4 is updated then there's no need to run all exercise tests in the Echidna action.
No branches or pull requests
For example when we change markdown files that are not related to Echidna, we should not run all the echidna tests
The text was updated successfully, but these errors were encountered: