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 6aaf601 commit b586665Copy full SHA for b586665
.github/workflows/lint_0.yml
@@ -11,7 +11,7 @@ on:
11
12
env:
13
CORE_REPO_SHA: main
14
- CONTRIB_REPO_SHA: be0c78c8c11d05787edb53104c92a3a959f6a70c
+ CONTRIB_REPO_SHA: main
15
PIP_EXISTS_ACTION: w
16
17
jobs:
.github/workflows/misc_0.yml
@@ -109,6 +109,8 @@ jobs:
109
docs:
110
name: docs
111
runs-on: ubuntu-latest
112
+ if: |
113
+ github.event.pull_request.user.login != 'opentelemetrybot' && github.event_name == 'pull_request'
114
steps:
115
- name: Checkout repo @ SHA - ${{ github.sha }}
116
uses: actions/checkout@v4
0 commit comments