Adjust github workflow
This commit is contained in:
parent
bbe8d93fb9
commit
d8b08ca3b7
|
|
@ -114,7 +114,7 @@ jobs:
|
||||||
patch-loader/build/symbols
|
patch-loader/build/symbols
|
||||||
|
|
||||||
- name: Post to channel
|
- 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:
|
env:
|
||||||
CHANNEL_ID: ${{ secrets.CHANNEL_ID }}
|
CHANNEL_ID: ${{ secrets.CHANNEL_ID }}
|
||||||
DISCUSSION_ID: ${{ secrets.DISCUSSION_ID }}
|
DISCUSSION_ID: ${{ secrets.DISCUSSION_ID }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue