Skip to content

Commit

Permalink
Disable Discord notifier on Actions
Browse files Browse the repository at this point in the history
Discord reeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
  • Loading branch information
bagusnl authored Oct 13, 2023
1 parent ec86a09 commit 5e6a1ea
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,3 @@ jobs:
with:
name: collapse_${{ matrix.platform }}-${{ matrix.configuration }}_${{ matrix.framework }}_${{ github.sha }}
path: ./CollapseLauncher/preview-build/

- name: Notify discord
uses: th0th/notify-discord@v0.4.1
if: ${{ always() }}
env:
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_NIGHTLY }}
GITHUB_ACTOR: ${{ github.actor }}
GITHUB_JOB_NAME: "Canary Build Status"
GITHUB_JOB_STATUS: ${{ job.status }}

0 comments on commit 5e6a1ea

Please sign in to comment.