We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0903d5 commit 77cb4cfCopy full SHA for 77cb4cf
1 file changed
.github/workflows/timescaledb-pgrx.yaml
@@ -8,7 +8,8 @@ on:
8
- "timescaledb-pgrx/**"
9
- ".github/workflows/timescaledb-pgrx.yaml"
10
schedule:
11
- - cron: "0 2 * * *"
+ # Run at 10:00 AM UTC+3
12
+ - cron: "0 7 * * 1"
13
workflow_dispatch:
14
15
jobs:
0 commit comments