Skip to content

Commit a18cba9

Browse files
committed
perf: rename pi_merge workflow
1 parent 9f3c933 commit a18cba9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pi_merge.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Parent Images: Submodules Merge'
1+
name: 'Parent Images: Parent Image Merge'
22

33
on:
44
workflow_dispatch:
@@ -12,7 +12,7 @@ permissions:
1212
actions: read
1313

1414
jobs:
15-
call-pi-merge-submodule:
16-
uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/pi_merge_submodule.yml@dev
15+
call-pi-merge-parent-image:
16+
uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/pi_merge_parent_image.yml@dev
1717
if: ${{ github.event.pull_request.merged }}
1818
secrets: inherit

0 commit comments

Comments
 (0)