Skip to content

Commit

Permalink
chore: tf workflow allow workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
yangbodong22011 committed Dec 6, 2024
1 parent ea4d6a3 commit eef8b19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tf.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Terraform in Daily Test

on:
workflow_dispatch: #允许手动运行
schedule:
- cron: '0 18 * * *' # 每天 UTC 时间 18:00,即中国时间凌晨 2 点

Expand Down

0 comments on commit eef8b19

Please sign in to comment.