File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
207211jobs :
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
You can’t perform that action at this time.
0 commit comments