Skip to content

Commit b26ffc8

Browse files
committed
ci: add merge parent image workflow
1 parent d31aec5 commit b26ffc8

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.github/workflows/pi_merge.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: 'Parent Images: Parent Image Merge'
2+
3+
on:
4+
workflow_dispatch:
5+
6+
pull_request:
7+
types: [closed]
8+
9+
permissions:
10+
id-token: write
11+
contents: write
12+
actions: read
13+
14+
jobs:
15+
call-pi-merge-parent-image:
16+
uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/pi_merge_parent_image.yml@dev
17+
if: ${{ github.event.pull_request.merged }}
18+
secrets: inherit

.github/workflows/pi_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Parent Images: Build'
1+
name: 'Parent Images: Release'
22

33
on:
44
release:

0 commit comments

Comments
 (0)