Skip to content

Adds buffered chan to inventory client events in all RMs (#61) #15

Adds buffered chan to inventory client events in all RMs (#61)

Adds buffered chan to inventory client events in all RMs (#61) #15

---
# SPDX-FileCopyrightText: (C) 2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
name: Post-Merge OSResource
on:
push:
branches:
- main
- release-*
paths:
- "os-resource/**"
permissions: {}
jobs:
post-merge-pipeline:
permissions:
contents: read
security-events: write
id-token: write
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@main
with:
run_version_check: true
run_dep_version_check: true
run_build: true
run_docker_build: true
run_docker_push: true
run_version_tag: true
run_artifact: false
prefix_tag_separator: "/"
project_folder: "os-resource"
secrets: inherit