-
Notifications
You must be signed in to change notification settings - Fork 107
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
change(ci): only run the send transaction test on the main branch #5480
Conversation
Should this PR allow the send transaction test to be triggered manually? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few minor details to fix up so we satisfy the branch protection rules.
Do you think we will ever want to run this job manually?
I'm not sure, because we're not actually generating a cached state with this job. So the only reason to run it manually would be if we updated the code. (Which we might do in #5015, or we might just leave it.)
Here's what we did to add a manual full lightwalletd sync:
https://github.com/ZcashFoundation/zebra/pull/5393/files#diff-4dc8170bbb198e5ddb8c8d186aa2cf20ee5117960f71ad9197b2a800ad878bceR31-R35
.github/workflows/continous-integration-docker.patch-always.yml
Outdated
Show resolved
Hide resolved
Co-authored-by: teor <teor@riseup.net>
I don't see any harm in making it available for testing #5015. |
edbee35
to
b2048fc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, looks good!
Motivation
The send transaction test is slow, so we want to move it to the main branch until we've made the changes in #5015
Closes #5426
Review
This PR is part of regular scheduled work.
Reviewer Checklist
Follow Up Work
Revert this change once #5015 has been addressed.