mirror of
https://github.com/datarhei/core.git
synced 2025-12-24 13:07:56 +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