Skip to content

Commit 4ff06a8

Browse files
committed
ci: temporarily disable automated server deployments
1 parent 221a142 commit 4ff06a8

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

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

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

.github/workflows/bindings-server.yaml

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

0 commit comments

Comments
 (0)