Adjust github workflow

This commit is contained in:
JingMatrix 2023-05-31 11:03:41 +02:00
parent bbe8d93fb9
commit d8b08ca3b7
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}