Skip to content

Commit e7799a6

Browse files
authored
Change cron schedule for periodic deploy in order to use off-peak timing
Updated cron schedule to run every 10 minutes starting at the 3rd minute.
1 parent 3f6afd6 commit e7799a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ on:
77
- ep2025
88
- ep2026
99
schedule:
10-
- cron: "*/10 * * * *" # every 10 minutes
10+
- cron: "3-59/10 * * * *"
1111
workflow_dispatch:
1212

1313
jobs:
14-
tests:
14+
deploy:
1515
name: Deploy to static server
1616
runs-on: ubuntu-latest
1717
timeout-minutes: 10

0 commit comments

Comments
 (0)