Skip to content

Commit f778041

Browse files
authored
Disable CI workflow schedule in 'rust.yml' file
1 parent 3428480 commit f778041

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
branches: [main, "**"]
88
paths-ignore:
99
- "CHANGELOG.md"
10-
schedule:
11-
- cron: "0 3 * * 0-6"
10+
# schedule:
11+
# - cron: "0 3 * * 0-6"
1212

1313
jobs:
1414
info:

0 commit comments

Comments
 (0)