Skip to content

Commit

Permalink
make gh actions rebuild run around 1am JST (no DST for us)
Browse files Browse the repository at this point in the history
  • Loading branch information
RickCogley committed Nov 23, 2024
1 parent 51f434b commit c251b5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-profile-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
# Allow to manually trigger the workflow
workflow_dispatch:
schedule:
# Rebuild every day at 9:06 PM UTC
- cron: "6 21 * * *"
# Rebuild every day at 16:30 PM UTC
- cron: "30 16 * * *"

jobs:
build:
Expand Down

0 comments on commit c251b5e

Please sign in to comment.