Skip to content

Commit

Permalink
ci: Reschedule daily builds to night in Hawaii (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbmorley authored Jan 3, 2024
1 parent ffbd5e1 commit ae25925
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
push:
branches: [ main ]
schedule:
- cron: '0 1 * * *'
- cron: '0 9 * * *'

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
push:
branches: [ main ]
schedule:
- cron: '0 1 * * *'
- cron: '0 9 * * *'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit ae25925

Please sign in to comment.