Remove unused workflow input parameter (#13312)

This commit is contained in:
Trask Stalnaker 2025-02-16 23:24:44 -08:00 committed by GitHub
parent bf9e24df7c
commit e8f67d8bce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 0 additions and 9 deletions

View File

@ -310,7 +310,6 @@ jobs:
-Porg.gradle.java.installations.paths=${{ steps.setup-test-java.outputs.path }}
-Porg.gradle.java.installations.auto-download=false
${{ inputs.no-build-cache && ' --no-build-cache' || '' }}
${{ inputs.max-test-retries && format(' -PmaxTestRetries={0}', inputs.max-test-retries) || '' }}
- name: Build scan
if: ${{ !cancelled() && hashFiles('build-scan.txt') != '' }}

View File

@ -9,9 +9,6 @@ on:
no-build-cache:
type: boolean
required: false
max-test-retries:
type: string
required: false
secrets:
FLAKY_TEST_REPORTER_ACCESS_KEY:
required: false
@ -82,7 +79,6 @@ jobs:
${{ env.test-tasks }}
-PtestIndy=true
${{ inputs.no-build-cache && ' --no-build-cache' || '' }}
${{ inputs.max-test-retries && format(' -PmaxTestRetries={0}', inputs.max-test-retries) || '' }}
- name: Build scan
if: ${{ !cancelled() && hashFiles('build-scan.txt') != '' }}

View File

@ -9,9 +9,6 @@ on:
no-build-cache:
type: boolean
required: false
max-test-retries:
type: string
required: false
secrets:
FLAKY_TEST_REPORTER_ACCESS_KEY:
required: false
@ -80,7 +77,6 @@ jobs:
${{ env.test-tasks }}
-PtestLatestDeps=true
${{ inputs.no-build-cache && ' --no-build-cache' || '' }}
${{ inputs.max-test-retries && format(' -PmaxTestRetries={0}', inputs.max-test-retries) || '' }}
- name: Build scan
if: ${{ !cancelled() && hashFiles('build-scan.txt') != '' }}