Skip to content

Commit

Permalink
Fix: do not run build so often.
Browse files Browse the repository at this point in the history
  • Loading branch information
ecstrema authored Nov 12, 2024
1 parent 276d44a commit 85dff32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
branches:
- main
schedule:
# Run every day at 6:35, 12:35, and 18:35 (UTC)
- cron: '35 0-23 * * *'
# Run every day at noon and midnight (UTC)
- cron: '0 0,12 * * *'
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 85dff32

Please sign in to comment.