ci: Update tdgpt-update-service.yml
add push trigger condition to verify
This commit is contained in:
parent
438bee4e62
commit
425d7fb8c7
|
@ -1,8 +1,9 @@
|
||||||
name: TDGpt Update Service
|
name: TDGpt Update Service
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '45 13 * * *'
|
- cron: '30 00 * * *'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
WKC: "/root/TDengine"
|
WKC: "/root/TDengine"
|
||||||
|
|
Loading…
Reference in New Issue