mirror of https://github.com/OpenIPC/firmware.git
Fix RK1109/RK1126 status
parent
dec0376dd9
commit
0ad052e5b8
|
@ -564,7 +564,7 @@ jobs:
|
|||
overwrite: true
|
||||
|
||||
- name: Send binary file to telegram channel
|
||||
if: ${{ !env.ACT && github.event_name != 'pull_request' && matrix.custom != 'onlyci' }}
|
||||
if: ${{ !env.ACT && github.event_name != 'pull_request' && matrix.custom != 'onlyci' && env.NORFW_FILE != '' }}
|
||||
env:
|
||||
TG_TOKEN: ${{ secrets.TELEGRAM_TOKEN_BOT_OPENIPC }}
|
||||
TG_CHANNEL: ${{ secrets.TELEGRAM_CHANNEL_OPENIPC_DEV }}
|
||||
|
|
Loading…
Reference in New Issue