Skip to content

Commit

Permalink
[chore] only run weekly report on the opentelemetry repository (#31611)
Browse files Browse the repository at this point in the history
This is to avoid the proliferation of the weekly report issues in forks
of the repository.
  • Loading branch information
atoulme committed Mar 5, 2024
1 parent c9a6518 commit 97b533e
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 97b533e

Please sign in to comment.