Skip to content

Commit

Permalink
chore(workflow): update monitor workflow to scheduled task
Browse files Browse the repository at this point in the history
Remove push trigger and rename workflow for clarity, focusing on scheduled monitoring.
  • Loading branch information
ccbikai committed Oct 12, 2024
1 parent 36a32a8 commit 492f457
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/monitor.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Monitor Worker Regions
name: Worker Regions Monitor

on:
push:
branches: [master]
# push:
# branches: [master]
schedule:
- cron: '22 22 * * *'
workflow_dispatch:
Expand Down

0 comments on commit 492f457

Please sign in to comment.