mirror of
https://github.com/datarhei/core.git
synced 2025-09-27 04:16:25 +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:
|
||||
workflow_dispatch:
|
||||
workflow_call:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
@@ -77,7 +78,6 @@ jobs:
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
cache-from: type=local,src=/tmp/.buildx-cache
|
||||
cache-to: type=local,dest=/tmp/.buildx-cache-new
|
||||
|
||||
bundle:
|
||||
uses: ./.github/workflows/build_bundle_matrix_dev.yaml
|
||||
secrets: inherit
|
||||
# bundle:
|
||||
# uses: ./.github/workflows/build_bundle_matrix_dev.yaml
|
||||
# secrets: inherit
|
||||
|
Reference in New Issue
Block a user