Skip to content

Commit 8bdecfc

Browse files
Merge branch 'dev' into dependabot/pip/requirements/scikit-learn-1.5.0
2 parents a73bbc5 + 83336d9 commit 8bdecfc

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/pi_build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55

66
pull_request:
77
types: [opened, synchronize, reopened]
8-
branches:
9-
- dev
10-
- parent-image-updates
118

129
permissions:
1310
id-token: write
@@ -17,4 +14,5 @@ permissions:
1714
jobs:
1815
call-pi-build:
1916
uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/pi_build.yml@dev
17+
if: github.event.pull_request.head.ref == 'parent-image-updates'
2018
secrets: inherit

.github/workflows/pi_merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ permissions:
1717
jobs:
1818
call-pi-merge-parent-image:
1919
uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/pi_merge_submodule.yml@dev
20-
if: ${{ github.event.pull_request.merged }}
20+
if: ${{ github.event.pull_request.merged && github.event.pull_request.head.ref == 'parent-image-updates' }}
2121
secrets: inherit
2222

2323
call-pi-cleanup-submodule:
2424
uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/pi_cleanup_submodule.yml@dev
25-
if: ${{ !github.event.pull_request.merged }}
25+
if: ${{ !github.event.pull_request.merged && github.event.pull_request.head.ref == 'parent-image-updates' }}
2626
secrets: inherit

0 commit comments

Comments
 (0)