Skip to content

Commit 65748ca

Browse files
committed
ci: rename pi_merge
1 parent c22fa9e commit 65748ca

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/pi_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ permissions:
1313

1414
jobs:
1515
call-pi-build:
16-
uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/pi_build.yml@parent-images
16+
uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/pi_build.yml@dev
1717
secrets: inherit

.github/workflows/pi_smodules_merge.yml renamed to .github/workflows/pi_merge.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ permissions:
1313

1414
jobs:
1515
call-pi-smodules-merge:
16-
uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/pi_smodules_merge.yml@parent-images
16+
uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/pi_merge.yml@dev
17+
if: ${{ github.event.pull_request.merged }}
1718
secrets: inherit

0 commit comments

Comments
 (0)