Skip to content

Commit 4873273

Browse files
joaopapereiraa-b
authored andcommitted
Make options easier to understand
Signed-off-by: João Pereira <[email protected]>
1 parent 0b170f1 commit 4873273

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests-integration.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ on:
2020
type: string
2121
default: "8"
2222
lease_id:
23-
description: When running in a pre-provisioned environment if the user provides the lease-id the workflow will not try to claim a new one
23+
description: Pre-provisioned environment lease-id to use in tests
2424
required: false
2525
type: string
2626
run_unit_tests:
27-
description: allow users to skip running unit tests whe calling the workflow directly
27+
description: Run unit tests
2828
required: false
2929
type: boolean
3030
default: true
3131
reinstall_cfd:
32-
description: When lease_id is provided the user can opt out of reinstalling CFD
32+
description: Force re-installation of CFD
3333
required: false
3434
type: boolean
3535
default: true

0 commit comments

Comments
 (0)