Skip to content

Commit 207e412

Browse files
authored
ci: Disable v0 nightly for now (#260)
1 parent d32cb5d commit 207e412

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly-v0.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: v0.x Nightly code check
22
on:
33
workflow_dispatch:
4-
schedule:
5-
- cron: '0 3 * * *' # 3 am UTC every day
4+
# schedule:
5+
# - cron: '0 3 * * *' # 3 am UTC every day
66
jobs:
77
code-check:
88
uses: ./.github/workflows/nightly-workflow.yml

0 commit comments

Comments
 (0)