Skip to content

Commit 6cfab36

Browse files
authored
Disable scheduled builds
1 parent f352d6b commit 6cfab36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ on:
1111
paths-ignore:
1212
- '**.md'
1313

14-
schedule:
15-
- cron: "15 */12 * * *"
14+
# schedule:
15+
# - cron: "15 */12 * * *"
1616

1717
concurrency:
1818
group: ${{ github.ref }}

0 commit comments

Comments
 (0)