Skip to content

Commit fa35b63

Browse files
committed
show that will fail without fixes
Signed-off-by: emdneto <[email protected]>
1 parent 54e684a commit fa35b63

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/misc_0.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
pull_request:
1111

1212
env:
13-
CORE_REPO_SHA: opentelemetrybot/prepare-release-1.28.2-0.49b2
13+
CORE_REPO_SHA: release/v1.28.x-0.49bx
1414
CONTRIB_REPO_SHA: main
1515
PIP_EXISTS_ACTION: w
1616

@@ -55,8 +55,6 @@ jobs:
5555
docs:
5656
name: docs
5757
runs-on: ubuntu-latest
58-
if: |
59-
github.event.pull_request.user.login != 'opentelemetrybot' && github.event_name == 'pull_request'
6058
steps:
6159
- name: Checkout repo @ SHA - ${{ github.sha }}
6260
uses: actions/checkout@v4

0 commit comments

Comments
 (0)