Skip to content

Commit

Permalink
Merge pull request #20 from ios-osushi/feature/fix_cron
Browse files Browse the repository at this point in the history
デプロイを1時間早める
  • Loading branch information
uhooi authored Apr 4, 2022
2 parents c7db9c2 + c481397 commit ca586ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy

on:
schedule:
- cron: '0 0 * * 1'
- cron: '0 23 * * 0'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit ca586ee

Please sign in to comment.