Skip to content

Commit 771418e

Browse files
committed
ci: restore automated server deployments
1 parent 08af528 commit 771418e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/bindings-server.main.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ workflow(
3636
on = listOf(
3737
Push(branches = listOf("main")),
3838
PullRequest(),
39+
Schedule(triggers = listOf(Cron(minute = "0", hour = "0", dayWeek = "SUN"))),
3940
WorkflowDispatch(),
4041
),
4142
sourceFile = __FILE__,

.github/workflows/bindings-server.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
branches:
99
- 'main'
1010
pull_request: {}
11+
schedule:
12+
- cron: '0 0 * * SUN'
1113
workflow_dispatch: {}
1214
jobs:
1315
check_yaml_consistency:

0 commit comments

Comments
 (0)