Skip to content

Commit e767c8d

Browse files
test workflow, remove if-pull-request criteria
1 parent 3f0b7ee commit e767c8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
# if-no-files-found: ignore
8080
#
8181
- name: Comment ReadDocs Link in PR
82-
if: ${{ github.event_name == 'pull_request' }}
82+
# if: ${{ github.event_name == 'pull_request' }}
8383
uses: actions/github-script@v7
8484
with:
8585
script: |

docs/standards.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Variables that are not used in a given job need not be defined (keep the ``J-job
9797
"``SENDECF``","Boolean [#bool]_ variable used to control ecflow_client child commands","job card"
9898
"``SENDDBN``","Boolean [#bool]_ variable used to control sending products off WCOSS2","job card"
9999
"``SENDDBN_NTC``","Boolean [#bool]_ variable used to control sending products with WMO headers off WCOSS2","job card"
100-
"``SENDCOM``","Boolean [#]_ variable to control data copies to ``$COMOUT``","job card"
100+
"``SENDCOM``","Boolean [#bool]_ variable to control data copies to ``$COMOUT``","job card"
101101
"``SENDWEB``","Boolean [#]_ variable used to control sending products to a web server, often ncorzdm","job card"
102102
"``model_ver``","version number of package in three digits; where ``package`` is the model's directory name","job card"
103103
"``module_ver``","Version of module ``module`` which is used at runtime by model ``model``","version file"

0 commit comments

Comments
 (0)