Skip to content

Commit

Permalink
[chore] only run weekly report on the opentelemetry repository
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Mar 5, 2024
1 parent d418cbd commit af2dd19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/generate-weekly-report.yml
Original file line number Diff line number Diff line change
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 af2dd19

Please sign in to comment.