mirror of
https://github.com/gradle/actions
synced 2024-11-23 18:02:13 +00:00
Only verify TOU agreement when required
This commit is contained in:
parent
19d422aa4b
commit
e40c718900
1 changed files with 0 additions and 3 deletions
|
@ -185,9 +185,6 @@ export enum JobSummaryOption {
|
|||
|
||||
export class BuildScanConfig {
|
||||
getBuildScanPublishEnabled(): boolean {
|
||||
if (!this.verifyTermsOfUseAgreement()) {
|
||||
return false
|
||||
}
|
||||
return getBooleanInput('build-scan-publish') && this.verifyTermsOfUseAgreement()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue