Skip to content

Commit

Permalink
Run during the day instead of night
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosrealm committed Nov 1, 2024
1 parent a3c2c8f commit 2039bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches:
- main
schedule:
- cron: "0 10 * * *" # Runs at 2 or 3 AM PST (10 AM UTC) every day
- cron: "0 21 * * *" # Runs at 1 or 2 PM PST (9 PM UTC) every day

jobs:
lint:
Expand Down

0 comments on commit 2039bfc

Please sign in to comment.