You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately github actions CI will only work on forks if there are no custom secrets.
So the npm package and docker image release process will have to be ran manually instead of via CI. Those are also in a separate workflow and github actions still won't run the workflow that does not depend on any secrets.
It's a worthy tradeoff to make it easier for contributors to get feedback on their changes.
The text was updated successfully, but these errors were encountered:
* Run builds when changes are pushed to the main branch, or for pull
requests opened against the main branch. This is a subtle change
in behavior because, previously, builds would've run on pushes to
any branch, regardless if a pull request is open yet.
* Update to GitHub actions/checkout v2, which performs a shallow
clone by default, and should speed up the build.
Closes: #2559
Unfortunately github actions CI will only work on forks if there are no custom secrets.
So the npm package and docker image release process will have to be ran manually instead of via CI. Those are also in a separate workflow and github actions still won't run the workflow that does not depend on any secrets.
It's a worthy tradeoff to make it easier for contributors to get feedback on their changes.
The text was updated successfully, but these errors were encountered: