Skip to content

Commit

Permalink
fix(generator): cron schedule in timezone UTC (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
grayside authored Oct 11, 2022
1 parent a75a327 commit 9f61d6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ name: Generate Library & Open Pull Request

on:
schedule:
# Run at the end of every day. (10:10pm)
- cron: 10 22 * * *
# Run at the end of every day. (10:10pm PT, 5:10am UTC)
- cron: 10 5 * * *
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 9f61d6d

Please sign in to comment.