Skip to content

Commit

Permalink
Merge pull request #7 from todaywhat/instance-start-stop-dispatch
Browse files Browse the repository at this point in the history
Instance start stop dispatch
  • Loading branch information
baekteun authored Sep 9, 2024
2 parents 3664868 + 9796621 commit 3338254
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/InstanceStart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Bot Instance Start
on:
schedule:
- cron: 0 0 * * *
workflow_dispatch:

jobs:
todaywhat_bot_start:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/InstanceStop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Bot Instance Stop
on:
schedule:
- cron: 0 17 * * *
workflow_dispatch:

jobs:
todaywhat_bot_stop:
Expand Down

0 comments on commit 3338254

Please sign in to comment.