diff --git a/.gitea/workflows/dev.yaml b/.gitea/workflows/dev.yaml index f2bb5d1d..93177f28 100644 --- a/.gitea/workflows/dev.yaml +++ b/.gitea/workflows/dev.yaml @@ -12,12 +12,11 @@ defaults: jobs: dev-build: if: gitea.repository == 'gcg/gcg-website' - runs-on: ubuntu-latest + runs-on: act-runner-user timeout-minutes: 5 steps: - name: pull run: | - git config --global --add safe.directory /opt/data/actions/gcg-website-dev git pull git reset --hard origin/dev - name: build