Skip to content

OpenTelemetry monitoring #16

OpenTelemetry monitoring

OpenTelemetry monitoring #16

Workflow file for this run

name: 'Parent Images: Parent Image Merge'
on:
workflow_dispatch:
pull_request:
types: [closed]
branches:
- dev
- parent-image-updates
permissions:
id-token: write
contents: write
actions: read
jobs:
call-pi-merge-parent-image:
uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/pi_merge_submodule.yml@dev
if: ${{ github.event.pull_request.merged && github.event.pull_request.head.ref == 'parent-image-updates' }}
secrets: inherit
call-pi-cleanup-submodule:
uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/pi_cleanup_submodule.yml@dev
if: ${{ !github.event.pull_request.merged && github.event.pull_request.head.ref == 'parent-image-updates' }}
secrets: inherit