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
It's possible they already act as desired, or could be made that way quite easily. It's also possible it'll take some real digging into.
Since Checks are sort of "sub-tasks":
setconfig
Task Start -> Pre Check -> SetConfig -> Poison Cache -> Post Check
The text was updated successfully, but these errors were encountered:
It's also possible anything involving pre/post checks should NEVER use the cache?
Sorry, something went wrong.
Currently the pre & post checks are invoked as apart of the same job. with the current code the following would behavior would occur.
my thoughts on this are:
No branches or pull requests
It's possible they already act as desired, or could be made that way quite easily. It's also possible it'll take some real digging into.
Since Checks are sort of "sub-tasks":
setconfig
call, it should ALWAYS invalidate any cache after a PreCheck and before a PostCheck.The text was updated successfully, but these errors were encountered: