Skip to content

[gomod] Bump the go_modules group across 6 directories with 1 update … #12

[gomod] Bump the go_modules group across 6 directories with 1 update …

[gomod] Bump the go_modules group across 6 directories with 1 update … #12

---
# SPDX-FileCopyrightText: (C) 2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
name: Post-Merge OSResource
on:
push:
branches:
- main
- release-*
paths:
- "os-resource/**"
jobs:
post-merge-pipeline:
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
permissions:
contents: read
security-events: write
id-token: write