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
*Describe / explain why we should do this: motivations, context or other info.
No need to run the CI/CD of smart-contracts-... when we the files in folder smart-contracts are not modified.
smart-contracts-...
smart-contracts
*Describe the user flow using user stories so the end result is super clear
*List the step-by-step to get it do if needed (optional)
In github action workflow, the on trigger can be configured to trigger only when some files has changed.
on
*For Dev: give the technical insights so anyone in the team can tackle the tasks
*For Dev: does this task require some QA tests? If yes, explain how to validate it
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Context
*Describe / explain why we should do this: motivations, context or other info.
No need to run the CI/CD of
smart-contracts-...
when we the files in foldersmart-contracts
are not modified.User flow
*Describe the user flow using user stories so the end result is super clear
How to
*List the step-by-step to get it do if needed (optional)
In github action workflow, the
on
trigger can be configured to trigger only when some files has changed.Technical details
*For Dev: give the technical insights so anyone in the team can tackle the tasks
QA testing
*For Dev: does this task require some QA tests?
If yes, explain how to validate it
The text was updated successfully, but these errors were encountered: