Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.

Commit

Permalink
Fix cron schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jul 9, 2023
1 parent 4a4476e commit a34f38e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ on:
- '*.nix'
- 'Taskfile.yml'
schedule:
# About JST 8:00
- cron: '0 17 * * *'
# Every 10:42 JST
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
- cron: '42 1 * * *'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit a34f38e

Please sign in to comment.