From f5cde50c0b8e73d76c3e2069255acdc5080c5522 Mon Sep 17 00:00:00 2001 From: Mike Miller Date: Wed, 27 Mar 2024 09:23:51 +0200 Subject: [PATCH] [CI BUILD] [TEMP] Always sign and DMG --- .github/workflows/build.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ad589cfb8e..de47e38e65 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -574,10 +574,6 @@ jobs: signmacos: name: Sign the MacOS .app needs: [build] - if: | - github.event_name == 'push' && - github.repository == 'icosa-foundation/open-brush' && - (github.ref == 'refs/heads/main' || contains(github.ref, 'refs/tags/v')) runs-on: macos-latest steps: - name: Checkout repository @@ -651,11 +647,6 @@ jobs: createdmg: name: Create and Notarize DMG needs: [signmacos] - if: | - github.event_name == 'push' && - github.repository == 'icosa-foundation/open-brush' && - (github.ref == 'refs/heads/main' || contains(github.ref, 'refs/tags/v')) - runs-on: macos-latest steps: - name: Checkout repository