Skip to content

Commit b14a31c

Browse files
committed
fixup
Signed-off-by: Shawn Hurley <[email protected]>
1 parent 8f24c98 commit b14a31c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/global-ci-bundle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ on:
6565
Full JSON encoded string representing the Tackle resource to be created.
6666
type: string
6767
required: false
68-
default: '{"kind":"Tackle","apiVersion":"tackle.konveyor.io/v1alpha1","metadata":{"name":"tackle"},"spec":{"image_pull_policy":"IfNotPresent","analyzer_container_memory":0,"analyzer_container_cpu":0,"feature_auth_required":true,"rwx_supported":true,"use_local_volume":true,"cache_data_volume_name":"cache-m2"}}'
68+
default: '{"kind":"Tackle","apiVersion":"tackle.konveyor.io/v1alpha1","metadata":{"name":"tackle"},"spec":{"image_pull_policy":"IfNotPresent","analyzer_container_memory":0,"analyzer_container_cpu":0,"feature_auth_required":false,"rwx_supported":true,"use_local_volume":true,"cache_data_volume_name":"cache-m2"}}'
6969
run_api_tests:
7070
description: |
7171
A flag that determines whether the API tests should be run or not

0 commit comments

Comments
 (0)