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 0c670e1 commit 0061b5bCopy full SHA for 0061b5b
.github/workflows/test-docs-scripts.yml
@@ -224,7 +224,8 @@ jobs:
224
test-update-ocaml-node-script:
225
name: Test Update OCaml Node Script
226
runs-on: [macos-latest, ubuntu-latest]
227
-
+ if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || contains(github.event.pull_request.labels.*.name, 'test-doc-scripts')
228
+ steps:
229
- name: Test update-ocaml-node script reproducibility
230
run: |
231
# Save the current script to use with the old commit state
0 commit comments