diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f810ed8..1bac9c4 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: run: | echo "Deploying to production..." create-release: - runs-on: self-hosted + runs-on: act_runner_base needs: build-deploy if: ${{ success() && github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'master' }} steps: