Skip to content

Commit 0061b5b

Browse files
committed
Fix test-docs-scripts: missing steps line
1 parent 0c670e1 commit 0061b5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-docs-scripts.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,8 @@ jobs:
224224
test-update-ocaml-node-script:
225225
name: Test Update OCaml Node Script
226226
runs-on: [macos-latest, ubuntu-latest]
227-
227+
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || contains(github.event.pull_request.labels.*.name, 'test-doc-scripts')
228+
steps:
228229
- name: Test update-ocaml-node script reproducibility
229230
run: |
230231
# Save the current script to use with the old commit state

0 commit comments

Comments
 (0)