File tree 4 files changed +6
-4
lines changed
4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 23
23
check-links :
24
24
runs-on : ubuntu-latest
25
25
needs : changedfiles
26
- if :
27
26
if : |
28
27
github.event.pull_request.user.login != 'opentelemetrybot' && github.event_name == 'pull_request'
29
28
&& ${{needs.changedfiles.outputs.md}}
34
33
fetch-depth : 0
35
34
36
35
- name : Install markdown-link-check
37
- run : npm install -g markdown-link-check
36
+ run : npm install -g markdown-link-check@v3.12.2
38
37
39
38
- name : Run markdown-link-check
40
39
run : |
Original file line number Diff line number Diff line change 11
11
12
12
env :
13
13
CORE_REPO_SHA : main
14
- CONTRIB_REPO_SHA : be0c78c8c11d05787edb53104c92a3a959f6a70c
14
+ CONTRIB_REPO_SHA : main
15
15
PIP_EXISTS_ACTION : w
16
16
17
17
jobs :
Original file line number Diff line number Diff line change 11
11
12
12
env :
13
13
CORE_REPO_SHA : main
14
- CONTRIB_REPO_SHA : be0c78c8c11d05787edb53104c92a3a959f6a70c
14
+ CONTRIB_REPO_SHA : main
15
15
PIP_EXISTS_ACTION : w
16
16
17
17
jobs :
@@ -109,6 +109,8 @@ jobs:
109
109
docs :
110
110
name : docs
111
111
runs-on : ubuntu-latest
112
+ if : |
113
+ github.event.pull_request.user.login != 'opentelemetrybot' && github.event_name == 'pull_request'
112
114
steps :
113
115
- name : Checkout repo @ SHA - ${{ github.sha }}
114
116
uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -334,6 +334,7 @@ commands =
334
334
python {toxinidir}/scripts/public_symbols_checker.py
335
335
336
336
[testenv:generate-workflows]
337
+ recreate = True
337
338
deps =
338
339
{env:CONTRIB_REPO}\# egg=generate_workflows_lib&subdirectory=.github/workflows/generate_workflows_lib
339
340
commands =
You can’t perform that action at this time.
0 commit comments