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