We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc1232e commit 9f3aa8aCopy full SHA for 9f3aa8a
.github/workflows/check-codeowners.yaml
@@ -24,7 +24,7 @@ jobs:
24
setup-environment:
25
timeout-minutes: 30
26
runs-on: ubuntu-24.04
27
- if: ${{ github.actor != 'dependabot[bot]' }}
+ if: ${{ github.actor != 'dependabot[bot]' && github.repository == 'open-telemetry/opentelemetry-collector-contrib' }}
28
steps:
29
- uses: actions/checkout@v4
30
- uses: actions/setup-go@v5
@@ -47,7 +47,6 @@ jobs:
47
48
49
- name: Gen githubgen tool
50
- if: github.repository == 'open-telemetry/opentelemetry-collector-contrib'
51
run: |
52
make githubgen-install
53
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
0 commit comments