From 60b26f1a327503a4931cf40c3d9e1519cd369e16 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Sat, 18 Mar 2023 16:53:18 +0100 Subject: [PATCH] revert 051ea221fed0c50e2eb2f82b00f8b4dcfb4cdb21 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit revert „.gitea/workflows/prod.yaml“ ändern --- .gitea/workflows/prod.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/prod.yaml b/.gitea/workflows/prod.yaml index 0c1dd40..f7fc406 100644 --- a/.gitea/workflows/prod.yaml +++ b/.gitea/workflows/prod.yaml @@ -13,6 +13,7 @@ concurrency: jobs: prod-build: + if: github.repository == 'gcg/gcg-website' runs-on: act-runner-user timeout-minutes: 5 steps: @@ -44,6 +45,7 @@ jobs: token: ${{ secrets.TG_TOKEN }} include_commit_info: false test-build: + if: github.repository == 'gcg/gcg-website' runs-on: act-runner-user timeout-minutes: 5 steps: