Skip to content

Commit

Permalink
ci: enable cron for deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed May 27, 2024
1 parent 9543aa3 commit 45ecbda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Deploy

on:
#schedule:
# - cron: '5 23 * * 0' # 08:05(Mon) JST
schedule:
- cron: "0 0 * * *"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 45ecbda

Please sign in to comment.