Skip to content

Initial commit

Initial commit #1

---
# SPDX-FileCopyrightText: (C) 2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
name: Post-Merge Bulk Import Tools
on:
push:
branches:
- main
- release-*
paths:
- 'bulk-import-tools/**'
workflow_dispatch:
jobs:
post-merge-pipeline:
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@main

Check failure on line 18 in .github/workflows/post-merge-bulk-import-tools.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/post-merge-bulk-import-tools.yml

Invalid workflow file

error parsing called workflow ".github/workflows/post-merge-bulk-import-tools.yml" -> "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_security_scans: true
run_version_check: true
run_dep_version_check: true
run_build: true
run_docker_build: false
# TODO: add publish of binaries
run_docker_push: false
run_version_tag: true
run_artifact: true
prefix_tag_separator: "/"
project_folder: "bulk-import-tools"
secrets: inherit