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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
|
schedule:
|
||||||
|
- cron: "7 4 * * *"
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- dev
|
||||||
|
2
.github/workflows/build_bundle.yaml
vendored
2
.github/workflows/build_bundle.yaml
vendored
@@ -3,8 +3,6 @@ name: "Build main bundles"
|
|||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
schedule:
|
|
||||||
- cron: "7 5 * * *"
|
|
||||||
push:
|
push:
|
||||||
branches-ignore:
|
branches-ignore:
|
||||||
- "**"
|
- "**"
|
||||||
|
Reference in New Issue
Block a user