Skip to content

Commit

Permalink
Merge pull request #5 from optuna/trigger-gh-pages-action-weekly
Browse files Browse the repository at this point in the history
Trigger gh-pages action weekly
  • Loading branch information
c-bata authored Jul 18, 2023
2 parents 060dde1 + 96a53c3 commit f72517d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
branches:
- main
schedule:
- cron: "0 0 * * *" # min(0-59) time(0-23) date(1-31) month(1-12) day(0-6)
- cron: "0 0 * * 0" # min(0-59) time(0-23) date(1-31) month(1-12) day(0-6)
jobs:
pull:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f72517d

Please sign in to comment.