We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c22fa9e commit 65748caCopy full SHA for 65748ca
.github/workflows/pi_build.yml
@@ -13,5 +13,5 @@ permissions:
13
14
jobs:
15
call-pi-build:
16
- uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/pi_build.yml@parent-images
+ uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/pi_build.yml@dev
17
secrets: inherit
.github/workflows/pi_smodules_merge.yml renamed to .github/workflows/pi_merge.yml
@@ -13,5 +13,6 @@ permissions:
call-pi-smodules-merge:
- uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/pi_smodules_merge.yml@parent-images
+ uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/pi_merge.yml@dev
+ if: ${{ github.event.pull_request.merged }}
18
0 commit comments