Skip to content

Commit 9c36052

Browse files
authored
Disable cron schedule for deployment
Commented out the cron schedule for deployment.
1 parent b6f0dbf commit 9c36052

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
paths:
1111
- "src/content/**"
1212
schedule:
13-
- cron: "0 9 */2 * *" # Every 2 days at 9 AM UTC
13+
# - cron: "0 9 */2 * *" # Every 2 days at 9 AM UTC
1414

1515
# Cancel in-progress runs if new push
1616
concurrency:
@@ -136,4 +136,4 @@ jobs:
136136
echo "### ❌ Deployment Failed" >> $GITHUB_STEP_SUMMARY
137137
echo "" >> $GITHUB_STEP_SUMMARY
138138
echo "Check the logs above for details." >> $GITHUB_STEP_SUMMARY
139-
echo "**Failed at:** $(date -u +'%Y-%m-%d %H:%M:%S UTC')" >> $GITHUB_STEP_SUMMARY
139+
echo "**Failed at:** $(date -u +'%Y-%m-%d %H:%M:%S UTC')" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)