Skip to content

Commit

Permalink
[chore] only run weekly report on the opentelemetry repository (open-…
Browse files Browse the repository at this point in the history
…telemetry#31611)

This is to avoid the proliferation of the weekly report issues in forks
of the repository.
  • Loading branch information
atoulme authored and DougManton committed Mar 13, 2024
1 parent a6d0ddc commit 4b19b91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/generate-weekly-report.yml
Expand Up @@ -11,6 +11,7 @@ on:
jobs:
get_issues:
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'open-telemetry' }}
steps:
- uses: actions/checkout@v4
- run: npm install js-yaml
Expand Down

0 comments on commit 4b19b91

Please sign in to comment.