mirror of
https://github.com/datarhei/core.git
synced 2025-10-04 07:37:33 +08:00
Fix missing workflow_call event
This commit is contained in:
10
.github/workflows/build_base_matrix_dev.yaml
vendored
10
.github/workflows/build_base_matrix_dev.yaml
vendored
@@ -1,7 +1,8 @@
|
|||||||
name: "Build core base"
|
name: "Build core dev"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
workflow_call:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- dev
|
||||||
@@ -77,7 +78,6 @@ jobs:
|
|||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
cache-from: type=local,src=/tmp/.buildx-cache
|
cache-from: type=local,src=/tmp/.buildx-cache
|
||||||
cache-to: type=local,dest=/tmp/.buildx-cache-new
|
cache-to: type=local,dest=/tmp/.buildx-cache-new
|
||||||
|
# bundle:
|
||||||
bundle:
|
# uses: ./.github/workflows/build_bundle_matrix_dev.yaml
|
||||||
uses: ./.github/workflows/build_bundle_matrix_dev.yaml
|
# secrets: inherit
|
||||||
secrets: inherit
|
|
||||||
|
Reference in New Issue
Block a user