From 81bcb5f147fd6828f632919cea1bc51bcc44ee42 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Sat, 18 Mar 2023 20:46:11 +0100 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/prod.yaml b/.gitea/workflows/prod.yaml index 6c9d788..4f1a7fc 100644 --- a/.gitea/workflows/prod.yaml +++ b/.gitea/workflows/prod.yaml @@ -13,7 +13,7 @@ concurrency: jobs: prod-build: - if: github.repository == 'gcg/gcg-website' + if: github.repository == 'gcg/gcg-website' && github.event.push runs-on: act-runner-user timeout-minutes: 5 steps: @@ -45,7 +45,7 @@ jobs: token: ${{ secrets.TG_TOKEN }} include_commit_info: false test-build: - if: github.repository == 'gcg/gcg-website' + if: github.repository == 'gcg/gcg-website' && github.event.push runs-on: act-runner-user timeout-minutes: 5 steps: