Merge branch 'main' into 0b99dependabot/github_actions/docker/build-p… #301
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright The OpenTelemetry Authors | ||
# SPDX-License-Identifier: Apache-2.0 | ||
name: Test image generation | ||
on: | ||
push: | ||
paths: | ||
- 'src/**' | ||
- 'test/**' | ||
jobs: | ||
build_images: | ||
if: github.repository == 'open-telemetry/opentelemetry-demo' | ||
uses: ./.github/workflows/component_build_images.yml | ||
Check failure on line 14 in .github/workflows/build-images.yml GitHub Actions / .github/workflows/build-images.ymlInvalid workflow file
|