Skip to content

Commit 6e69486

Browse files
test workflow; remove pull_request_target trigger; add pull_request trigger
1 parent d09ffea commit 6e69486

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/docs.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ on:
99
- release/*
1010
paths:
1111
- docs/**
12-
pull_request_target:
12+
# pull_request_target:
13+
# types: [issues, opened, reopened, synchronize]
14+
# paths:
15+
# - docs/**
16+
pull_request:
1317
types: [issues, opened, reopened, synchronize]
1418
paths:
1519
- docs/**
@@ -79,7 +83,7 @@ jobs:
7983
# if-no-files-found: ignore
8084
#
8185
- name: Comment ReadDocs Link in PR
82-
# if: ${{ github.event_name == 'pull_request' }}
86+
if: ${{ github.event_name == 'pull_request' }}
8387
uses: actions/github-script@v7
8488
with:
8589
script: |

docs/standards.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Variables that are not used in a given job need not be defined (keep the ``J-job
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"
104104
"``extmodel_ver``","version of external model dependencies; specified with two digit version number","version file"
105-
"``KEEPDATA``","Boolean [#]_ variable used to specify whether or not the working directory should be kept upon successful job completion.","job card"
105+
"``KEEPDATA``","Boolean [#bool]_ variable used to specify whether or not the working directory should be kept upon successful job completion.","job card"
106106
"``MAILTO``","List of email addresses to send email to","job card"
107107
"``MAILCC``","List of email addresses to cc on email","job card"
108108

0 commit comments

Comments
 (0)