Skip to content

Commit

Permalink
Merge pull request #23 from shion1305/shion/run-at-0642
Browse files Browse the repository at this point in the history
JSTで06:42に実行されるように修正
  • Loading branch information
Shion1305 authored Mar 22, 2024
2 parents 24b9d83 + f5baf7d commit 38755ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cron-refresh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Run refresh Everyday

on:
schedule:
- cron: '30 6 * * *' # 5分ごとに実行
- cron: '42 21 * * *'

jobs:
access_refresh_endpoint:
Expand Down

0 comments on commit 38755ea

Please sign in to comment.