We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d32cb5d commit 207e412Copy full SHA for 207e412
.github/workflows/nightly-v0.yml
@@ -1,8 +1,8 @@
1
name: v0.x Nightly code check
2
on:
3
workflow_dispatch:
4
- schedule:
5
- - cron: '0 3 * * *' # 3 am UTC every day
+ # schedule:
+ # - cron: '0 3 * * *' # 3 am UTC every day
6
jobs:
7
code-check:
8
uses: ./.github/workflows/nightly-workflow.yml
0 commit comments