From f28261a2ba13819b17f0b7286631cfa4e7b2e9bc Mon Sep 17 00:00:00 2001 From: Paul Hebble Date: Wed, 22 Jan 2025 18:02:37 -0600 Subject: [PATCH] Temporarily disable notify job to work around problem with SignPath action --- .github/workflows/deploy.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 99d92a0e1..1e21510da 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -273,18 +273,18 @@ jobs: tags: kspckan/metadata push: true - notify-discord: - needs: - - sign-assets - - upload-release-s3 - - upload-dmg - - upload-deb - - upload-rpm - - upload-inflator - - upload-metadata-tester - if: always() - uses: ./.github/workflows/notify.yml - with: - name: ${{ github.workflow }} - success: ${{ !contains(needs.*.result, 'failure') }} - secrets: inherit + # notify-discord: + # needs: + # - sign-assets + # - upload-release-s3 + # - upload-dmg + # - upload-deb + # - upload-rpm + # - upload-inflator + # - upload-metadata-tester + # if: always() + # uses: ./.github/workflows/notify.yml + # with: + # name: ${{ github.workflow }} + # success: ${{ !contains(needs.*.result, 'failure') }} + # secrets: inherit