chore: tf workflow allow workflow_dispatch

This commit is contained in:
bodong.ybd 2024-12-06 11:10:54 +08:00
parent ea4d6a3c46
commit eef8b1967f
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
name: Terraform in Daily Test
on:
workflow_dispatch: #允许手动运行
schedule:
- cron: '0 18 * * *' # 每天 UTC 时间 18:00即中国时间凌晨 2 点