mirror of
https://github.com/datarhei/core.git
synced 2025-09-27 04:16:25 +08:00
Remove schedule from main, add schedule to dev
This commit is contained in:
2
.github/workflows/build_base_dev.yaml
vendored
2
.github/workflows/build_base_dev.yaml
vendored
@@ -3,6 +3,8 @@ name: "Build dev base"
|
||||
on:
|
||||
workflow_dispatch:
|
||||
workflow_call:
|
||||
schedule:
|
||||
- cron: "7 4 * * *"
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
|
2
.github/workflows/build_bundle.yaml
vendored
2
.github/workflows/build_bundle.yaml
vendored
@@ -3,8 +3,6 @@ name: "Build main bundles"
|
||||
on:
|
||||
workflow_dispatch:
|
||||
workflow_call:
|
||||
schedule:
|
||||
- cron: "7 5 * * *"
|
||||
push:
|
||||
branches-ignore:
|
||||
- "**"
|
||||
|
Reference in New Issue
Block a user