Skip to content

Commit 5631077

Browse files
Second test
1 parent f6aa0dd commit 5631077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-regression.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ on:
206206

207207
jobs:
208208
tiered_storage_gcs:
209-
if: ${{ (inputs.run_s3_suites != '' && inputs.run_s3_suites || 'true') && (inputs.suite == 'tiered_storage_gcs' || inputs.suite == 'tiered_storage_all' || inputs.suite == 'all_gcs' || inputs.suite == 'all') }}
209+
if: ${{ inputs.run_s3_suites && (inputs.suite == 'tiered_storage_gcs' || inputs.suite == 'tiered_storage_all' || inputs.suite == 'all_gcs' || inputs.suite == 'all') }}
210210
uses: ./.github/workflows/reusable-suite.yml
211211
with:
212212
suite_name: tiered_storage

0 commit comments

Comments
 (0)