Skip to content

Initial commit

Initial commit #1

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:
jobs:
post-merge:
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@main

Check failure on line 16 in .github/workflows/post-merge.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/post-merge.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/post-merge.yaml" -> "open-edge-platform/orch-ci/.github/workflows/post-merge.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
run_version_tag: true
run_docker_build: true
run_docker_push: true
run_build: false
run_helm_build: true
run_helm_push: true
run_artifact: true
secrets: inherit