trigger build only by workflow_dispatch

pull/30644/head
Lesmiscore 3 years ago
parent 393ef9e73d
commit 9d679fabe0
No known key found for this signature in database
GPG Key ID: 0EC2B52CF86236FF

@ -1,9 +1,6 @@
name: Build name: Build
on: on: workflow_dispatch
workflow_dispatch:
schedule:
- cron: "0 2 * * *"
jobs: jobs:
build_unix: build_unix:

Loading…
Cancel
Save