Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: don't run container/deploy jobs in forks
Otherwise they might fail with errors like: ``` Run actions/configure-pages@v5 Error: Get Pages site failed. Please verify that the repository has Pages enabled and configured to build using GitHub Actions, or consider exploring the `enablement` parameter for this action. Error: Not Found - https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site Error: HttpError: Not Found - https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site ``` Or: ``` Run docker/login-action@v3 Error: Username and password required ```
- Loading branch information