Skip to content

Commit f807e78

Browse files
Remove daily build schedule from Netlify deploy
Removed scheduled cron job for daily builds.
1 parent cffeeb2 commit f807e78

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build-page.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
branches: main
66
# to be able to trigger a manual build
77
workflow_dispatch:
8-
schedule:
9-
# run every day at 11 PM
10-
- cron: '0 23 * * *'
118

129
name: Render and deploy webpage to Netlify
1310

@@ -54,4 +51,4 @@ jobs:
5451
env:
5552
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
5653
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
57-
timeout-minutes: 1
54+
timeout-minutes: 1

0 commit comments

Comments
 (0)