Skip to content

chore: use self hosted update action (#22) #24

chore: use self hosted update action (#22)

chore: use self hosted update action (#22) #24

Workflow file for this run

# SPDX-FileCopyrightText: (C) 2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
---
name: Post-Merge CI Pipeline
on:
push:
branches:
- main
- release-*
workflow_dispatch:
permissions: {}
jobs:
post-merge:
permissions:
contents: read
security-events: write
id-token: write
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@main
with:
run_build: false
run_version_check: true
run_dep_version_check: false
run_version_tag: true
run_docker_build: false
run_docker_push: false
run_helm_build: false
run_helm_push: false
secrets: inherit # zizmor: ignore[secrets-inherit]