Remove schedule from main, add schedule to dev
This commit is contained in:
parent
72c31af0d4
commit
6a62248b12
2 changed files with 2 additions and 2 deletions
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:
|
||||
- "**"
|
||||
|
|
|
|||
Loading…
Reference in a new issue