Enhance the CI runs with secrets
Closed this issue · 1 comments
yungyuc commented
In a forked repository the Github Actions CI also performs nightly runs. It is usually undesirable because the duplicated runs may be noisy to a contributor, and they waste resources for no purpose.
Maybe we can use a simple secret check in the nightly jobs. The upstream has the secret turned on. The forked does not have it (by default) and the nightly does not run. If a contributor wants it in the forked repository, they can add it manually.