Skip to content

Commit

Permalink
Fix missing workflow_call event
Browse files Browse the repository at this point in the history
  • Loading branch information
ioppermann committed Feb 20, 2024
1 parent ad29691 commit 72b3df2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_base_matrix_dev.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: "Build core base"
name: "Build core dev"

on:
workflow_dispatch:
workflow_call:
push:
branches:
- dev
Expand Down Expand Up @@ -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

0 comments on commit 72b3df2

Please sign in to comment.