Skip to content

Commit 77cb4cf

Browse files
committed
chore(cd): update cron to run weekly
1 parent a0903d5 commit 77cb4cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/timescaledb-pgrx.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ on:
88
- "timescaledb-pgrx/**"
99
- ".github/workflows/timescaledb-pgrx.yaml"
1010
schedule:
11-
- cron: "0 2 * * *"
11+
# Run at 10:00 AM UTC+3
12+
- cron: "0 7 * * 1"
1213
workflow_dispatch:
1314

1415
jobs:

0 commit comments

Comments
 (0)