Skip to content

Commit 00d5e37

Browse files
ci: remove scheduled runs for ci and pre-release (#1930)
1 parent dc7ae1e commit 00d5e37

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ on:
1818
branches: ["**"]
1919
pull_request:
2020
branches: ["**"]
21-
schedule:
22-
- cron: "0 6 * * 1-5"
2321

2422
env:
2523
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse

.github/workflows/pre-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
name: Pre-Release
1515

1616
on:
17-
schedule:
18-
- cron: "0 0 * * 1-5"
1917
workflow_dispatch:
2018
inputs:
2119
features:

0 commit comments

Comments
 (0)