We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6aa0dd commit 5631077Copy full SHA for 5631077
.github/workflows/run-regression.yml
@@ -206,7 +206,7 @@ on:
206
207
jobs:
208
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') }}
+ if: ${{ inputs.run_s3_suites && (inputs.suite == 'tiered_storage_gcs' || inputs.suite == 'tiered_storage_all' || inputs.suite == 'all_gcs' || inputs.suite == 'all') }}
210
uses: ./.github/workflows/reusable-suite.yml
211
with:
212
suite_name: tiered_storage
0 commit comments