diff --git a/.forgejo/workflows/deploy-cloudflare.yml b/.forgejo/workflows/deploy-cloudflare.yml index 50ac6aa..1aee80e 100644 --- a/.forgejo/workflows/deploy-cloudflare.yml +++ b/.forgejo/workflows/deploy-cloudflare.yml @@ -11,7 +11,9 @@ concurrency: jobs: deploy: - runs-on: ubuntu-latest + # Codeberg-hosted Forgejo runners typically expose the `docker` label. + # Using `ubuntu-latest` will hang unless you operate your own runner with that label. + runs-on: docker steps: - uses: actions/checkout@v4