We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b50be5d commit c50245eCopy full SHA for c50245e
.github/workflows/assign-reviewers.yml
@@ -12,6 +12,7 @@ on:
12
13
jobs:
14
assign-reviewers:
15
+ if: github.repository == 'open-telemetry/opentelemetry-demo'
16
runs-on: ubuntu-latest
17
steps:
18
- uses: dyladan/component-owners@main
.github/workflows/build-images.yml
@@ -21,6 +21,7 @@ on:
21
22
23
build_and_push_images:
24
25
26
permissions:
27
contents: read
.github/workflows/release.yml
@@ -9,6 +9,7 @@ on:
9
10
11
uses: ./.github/workflows/build-images.yml
with:
push: true
version: ${{ github.event.release.tag_name }}
0 commit comments