Skip to content

[gomod] Bump google.golang.org/grpc from 1.71.0 to 1.71.1 in /inventory in the dependencies group across 1 directory #3

[gomod] Bump google.golang.org/grpc from 1.71.0 to 1.71.1 in /inventory in the dependencies group across 1 directory

[gomod] Bump google.golang.org/grpc from 1.71.0 to 1.71.1 in /inventory in the dependencies group across 1 directory #3

---
# SPDX-FileCopyrightText: (C) 2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
name: Publish artifacts on PR comments
on:
issue_comment:
types: [created, edited]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pre-run:
if: ${{ github.event.issue.pull_request }}
runs-on: ubuntu-latest
steps:
- run: |
echo A comment on PR $NUMBER
env:
NUMBER: ${{ github.event.issue.number }}