build(deps): bump the npm-production-dependencies group across 3 dire… #952
This file contains hidden or 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 |