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
There is no need to run sanity_tests GHA after linter or pytest fails and vice-versa.
sanity_tests
linter
pytest
Update the GHAs to wait for other workflows to finish.
GHAs should run in this order.
Linter GHA followed by Pytest GHA followed by Sanity_tests GHA. If anyone of the GHA fails we don't run the workflows after it in the mentioned flow.
Linter GHA
Pytest GHA
Sanity_tests GHA
The text was updated successfully, but these errors were encountered:
Closed by #412
Sorry, something went wrong.
No branches or pull requests
There is no need to run
sanity_tests
GHA afterlinter
orpytest
fails and vice-versa.Update the GHAs to wait for other workflows to finish.
GHAs should run in this order.
Linter GHA
followed byPytest GHA
followed bySanity_tests GHA
. If anyone of the GHA fails we don't run the workflows after it in the mentioned flow.The text was updated successfully, but these errors were encountered: