Skip to content

Commit 2f8ca28

Browse files
rename job
1 parent cb604a7 commit 2f8ca28

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/jobs/build_docs_with_approval.yml renamed to src/jobs/build_docs_include_forks.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
description: "Test the documentation without pushing changes."
1+
description: "Test the documentation"
22
executor: node/default
33
parameters:
44
project_name:
@@ -41,14 +41,16 @@ parameters:
4141
type: string
4242
default: "source"
4343
description: "The directory where the clone of the source repo has been cloned."
44-
manual_approval_granted:
44+
confirm_manual_approval_in_place:
4545
type: string
4646
default: ""
47-
description: "This job will run code from forked repos. It should always be reviewed before this job is run."
47+
description: >
48+
This job will run code from forked repos. Code should always be manually reviewed before this job is run. Pass
49+
'yes' to this parameter to confirm that you've set up an approval step."
4850
steps:
4951
- validate_param:
50-
param_name: 'manual_approval_granted'
51-
param_value: "<<parameters.manual_approval_granted>>"
52+
param_name: 'confirm_manual_approval_in_place'
53+
param_value: "<<parameters.confirm_manual_approval_in_place>>"
5254
- validate_params:
5355
git_email: <<parameters.git_email>>
5456
git_username: <<parameters.git_username>>

0 commit comments

Comments
 (0)