Skip to content

Commit

Permalink
turn off daily build
Browse files Browse the repository at this point in the history
  • Loading branch information
jhelvy committed Mar 8, 2024
1 parent 286076f commit 75d5fd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_site.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
on:
push:
branches: [main, master]
schedule:
# Runs daily at midnight (EST)
- cron: '0 5 * * *'
# schedule:
# # Runs daily at midnight (EST)
# - cron: '0 5 * * *'

name: Render & Deploy Site

Expand Down

0 comments on commit 75d5fd0

Please sign in to comment.