Remove cron schedule from nightly-build workflow
Removed scheduled cron job from nightly build workflow.
This commit is contained in:
@@ -2,8 +2,6 @@ name: nightly-build
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '14 1 * * *'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user