Skip to content

Commit 0765a41

Browse files
committed
Adjust schedule of gha cron
1 parent c43492d commit 0765a41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-server-reduce.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ name: Resize (Reduce) Deployment Server
55
# The other workflow file increases the instance size during
66
# releases.
77
#
8-
# This one reduces it again, each Sunday.
8+
# This one reduces it again, each Monday.
99
#
1010

1111
on:
1212
workflow_dispatch:
1313
schedule:
14-
- cron: "0 1 * * 0"
14+
- cron: "0 12 * * 1"
1515

1616
jobs:
1717
scale-deploy-server:

0 commit comments

Comments
 (0)