Skip to content

feat(payment): annotate synthetic test requests (#3613) #3387

feat(payment): annotate synthetic test requests (#3613)

feat(payment): annotate synthetic test requests (#3613) #3387

Workflow file for this run

# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0
name: Test image generation
on:
push:
paths:
- 'src/**'
- 'test/**'
permissions:
contents: read
jobs:
build_images:
name: Build images
permissions:
contents: read # required by the component-build-images reusable workflow
packages: write # required to push built images to GHCR
if: ${{ !github.event.repository.fork }}
uses: ./.github/workflows/component-build-images.yml