diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 9bfd361..9ccf712 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -9,7 +9,7 @@ on: jobs: build-deploy: - runs-on: act_runner + runs-on: self-hosted if: ${{ github.event_name != 'pull_request' || github.event.pull_request.merged == true }} steps: - name: Set up environment