From af6f4124ef2038bde9c97fb5f3051e5a9dd4bae8 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Sun, 28 May 2023 09:14:55 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9E.gitea/workflows/prod.yaml=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/prod.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/prod.yaml b/.gitea/workflows/prod.yaml index 39089571..c283f36d 100644 --- a/.gitea/workflows/prod.yaml +++ b/.gitea/workflows/prod.yaml @@ -14,7 +14,7 @@ concurrency: jobs: prod-build: if: gitea.repository == 'gcg/gcg-website' && gitea.event_name == 'push' - runs-on: act-runner-user + runs-on: act-runner-user:host timeout-minutes: 5 steps: - name: clone @@ -35,7 +35,7 @@ jobs: include_commit_info: false test-build: if: gitea.repository == 'gcg/gcg-website' && gitea.event_name == 'push' - runs-on: act-runner-user + runs-on: act-runner-user:host timeout-minutes: 5 steps: - name: clone @@ -49,7 +49,7 @@ jobs: rsync -azr --delete ./ /opt/data/webdata/gcg-website-test/ auto-rebuild: if: gitea.repository == 'gcg/gcg-website' && gitea.event.issue.number == 219 - runs-on: act-runner-user + runs-on: act-runner-user:host timeout-minutes: 5 steps: - name: clone