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
Boot testing was added in PR #96. This allows to boot test in nightly builds and pushes. There is a mechanism to allow for boot testing on PRs: https://securitylab.github.com/resources/github-actions-preventing-pwn-requests/. Based on this description it should be possible to add boot testing on PRs using workflow_run trigger.
workflow_run
The text was updated successfully, but these errors were encountered:
Yes, this is correct, pull_request_target would allow us to do that. That's how we did it for meta-qcom in Linaro CI (https://github.com/Linaro/meta-qcom/blob/master/.github/workflows/premerge.yml).
Sorry, something went wrong.
Make sure to only run these tests for approved runs, so that no one gets the funny idea of setting some voltage regulators too high on our CI farm ;)
I think physical damage to the hardware is least of my security concerns. Right now the tests are only scheduled for merges and nightly builds.
mwasilew
No branches or pull requests
Boot testing was added in PR #96. This allows to boot test in nightly builds and pushes. There is a mechanism to allow for boot testing on PRs: https://securitylab.github.com/resources/github-actions-preventing-pwn-requests/. Based on this description it should be possible to add boot testing on PRs using
workflow_run
trigger.The text was updated successfully, but these errors were encountered: