Skip to content

Commit 53e1f8b

Browse files
committed
Fix workflow file call
Signed-off-by: Charalampos Mainas <charalampos.mainas@gmail.com>
1 parent e5e3a3a commit 53e1f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_changed_images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
fail-fast: false
7878
matrix:
7979
app: ${{ fromJSON(needs.get-changed-files.outputs.apps) }}
80-
uses: ./.github/workflows/separate_apps.yml
80+
uses: ./.github/workflows/separate_frameworks.yml
8181
with:
8282
app: ${{ matrix.app }}
8383
changed_apps: ${{ needs.get-changed-files.outputs.changed_json }}

0 commit comments

Comments
 (0)