Skip to content

Commit

Permalink
disable discord notif
Browse files Browse the repository at this point in the history
  • Loading branch information
bagusnl authored Jan 10, 2025
1 parent 7652643 commit 7073c35
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/release-signed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,19 +121,19 @@ jobs:
path: /SignedArtifact
compression-level: 9

notify-discord:
runs-on: ubuntu-latest
if: always()
needs: [build]
steps:
- name: Notify Discord
uses: sarisia/[email protected]
if: always()
continue-on-error: true
with:
webhook: ${{ secrets.DISCORD_WEBHOOK_NIGHTLY }}
title: Collapse Launcher CI build is complete!
status: ${{ job.status }}
description: |
Commit `${{ github.sha }}` by ${{ github.actor }}
Click [here](https://nightly.link/CollapseLauncher/Collapse/actions/runs/${{ github.run_id }}) to download!
# notify-discord:
# runs-on: ubuntu-latest
# if: always()
# needs: [build]
# steps:
# - name: Notify Discord
# uses: sarisia/[email protected]
# if: always()
# continue-on-error: true
# with:
# webhook: ${{ secrets.DISCORD_WEBHOOK_NIGHTLY }}
# title: Collapse Launcher CI build is complete!
# status: ${{ job.status }}
# description: |
# Commit `${{ github.sha }}` by ${{ github.actor }}
# Click [here](https://nightly.link/CollapseLauncher/Collapse/actions/runs/${{ github.run_id }}) to download!

0 comments on commit 7073c35

Please sign in to comment.