Skip to content

Commit

Permalink
Temporarily disable notify job to work around problem with SignPath a…
Browse files Browse the repository at this point in the history
…ction
  • Loading branch information
HebaruSan committed Jan 23, 2025
1 parent c861463 commit f28261a
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f28261a

Please sign in to comment.