From 34f2871e12780c13c4ec8880eee661636c80b68a Mon Sep 17 00:00:00 2001 From: obligaron Date: Mon, 11 Jul 2022 20:42:24 +0200 Subject: [PATCH] Only upload artifacts to sotrage repo in diasurgical org --- .github/workflows/Windows_MinGW_x64.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Windows_MinGW_x64.yml b/.github/workflows/Windows_MinGW_x64.yml index 04cc3e532..df375ee05 100644 --- a/.github/workflows/Windows_MinGW_x64.yml +++ b/.github/workflows/Windows_MinGW_x64.yml @@ -41,7 +41,7 @@ jobs: path: build/devilutionx.zip - name: Upload artifacts as release in storage repo - if: ${{ !env.ACT && github.ref == 'refs/heads/master' && github.event_name != 'pull_request' }} + if: ${{ !env.ACT && github.ref == 'refs/heads/master' && github.event_name != 'pull_request' && github.repository == 'diasurgical/devilutionX' }} uses: svenstaro/upload-release-action@v2 with: repo_name: artifacts-storage/devilutionx-artifacts