Skip to content

perf: upgrade fastapi + starlette #10

perf: upgrade fastapi + starlette

perf: upgrade fastapi + starlette #10

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

Check failure on line 19 in .github/workflows/pi_merge.yml

View workflow run for this annotation

GitHub Actions / Parent Images: Parent Image Merge

Invalid workflow file

The workflow is not valid. In .github/workflows/pi_merge.yml (Line: 19, Col: 11): Error from called workflow code-kern-ai/cicd-deployment-scripts/.github/workflows/pi_merge_submodule.yml@dev (Line: 66, Col: 36): Job 'gh-delete-submodule-branches' depends on unknown job 'pi-update-submodule'.
if: ${{ github.event.pull_request.merged }}
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 }}
secrets: inherit