Skip to content

Commit 53a8a73

Browse files
test 7
1 parent be67a8d commit 53a8a73

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/run-regression.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,14 +199,18 @@ on:
199199
description: "Whether to run S3 and Parquet S3 suites"
200200
type: boolean
201201
default: false
202+
workflow_call:
203+
description: "workflow_call input"
204+
type: boolean
205+
default: true
202206
parquet_native_v3:
203207
description: "Whether to run Parquet Native V3 suites"
204208
type: boolean
205209
default: false
206210

207211
jobs:
208-
tiered_storage_gcs:
209-
if: ${{ inputs.run_s3_suites != false && (inputs.suite == 'tiered_storage_gcs' || inputs.suite == 'tiered_storage_all' || inputs.suite == 'all_gcs' || inputs.suite == 'all') }}
212+
tiered_storage_gcs:
213+
if: ${{ (inputs.run_s3_suites || inputs.workflow_call != true) && (inputs.suite == 'tiered_storage_gcs' || inputs.suite == 'tiered_storage_all' || inputs.suite == 'all_gcs' || inputs.suite == 'all') }}
210214
uses: ./.github/workflows/reusable-suite.yml
211215
with:
212216
suite_name: tiered_storage

0 commit comments

Comments
 (0)