File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -857,22 +857,6 @@ jobs:
857857 runner_arch : ${{ inputs.arch }}
858858 secrets : inherit
859859
860- oauth :
861- if : ${{ inputs.suite == 'all' || inputs.suite == 'oauth' }}
862- uses : ./.github/workflows/reusable-suite.yml
863- with :
864- suite_name : oauth
865- timeout_minutes : 180
866- ref : ${{ inputs.ref }}
867- package : ${{ inputs.package }}
868- version : ${{ inputs.version }}
869- flags : ${{ inputs.flags }}
870- output_format : ${{ inputs.output_format }}
871- extra_args : ${{ inputs.extra_args }}
872- artifacts : ${{ inputs.artifacts }}
873- runner_arch : ${{ inputs.arch }}
874- secrets : inherit
875-
876860 parquet :
877861 if : ${{ inputs.suite == 'all' || inputs.suite == 'parquet' || inputs.suite == 'parquet_all'}}
878862 uses : ./.github/workflows/reusable-suite.yml
You can’t perform that action at this time.
0 commit comments