ci: Remove unused ads-compliant-check input
This commit is contained in:
parent
35774bb4f6
commit
c22917599f
7
.github/workflows/client-build.yml
vendored
7
.github/workflows/client-build.yml
vendored
|
|
@ -16,11 +16,6 @@ on:
|
|||
description: "This is the branch to be used for the build."
|
||||
required: false
|
||||
type: string
|
||||
ads-compliant-check:
|
||||
description: "This is a boolean value in case the workflow is being called in build deploy-preview"
|
||||
required: false
|
||||
type: string
|
||||
default: "true"
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
@ -70,7 +65,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-tags: true
|
||||
|
||||
|
||||
- name: Get changed files in the client folder
|
||||
id: changed-files-specific
|
||||
uses: tj-actions/changed-files@v41
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user