From d8b08ca3b74eb8c84cd2d64a5d09e1915e6d2faf Mon Sep 17 00:00:00 2001 From: JingMatrix Date: Wed, 31 May 2023 11:03:41 +0200 Subject: [PATCH] Adjust github workflow --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a5966a6..eded7b0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -114,7 +114,7 @@ jobs: patch-loader/build/symbols - name: Post to channel - if: ${{ github.event_name != 'pull_request' && success() && github.ref == 'refs/heads/master' }} + if: ${{ github.event_name != 'pull_request' && success() && github.ref == 'refs/heads/master' }} && false env: CHANNEL_ID: ${{ secrets.CHANNEL_ID }} DISCUSSION_ID: ${{ secrets.DISCUSSION_ID }}