From 6c84f0c9a49580647712066626bc39a11077337a Mon Sep 17 00:00:00 2001 From: Franciszek Walkowiak <franciszek.walkowiak@roche.com> Date: Fri, 13 Oct 2023 16:58:15 +0200 Subject: [PATCH] Update --- .github/workflows/linter.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linter.yaml b/.github/workflows/linter.yaml index e079fa82..a5271d0b 100644 --- a/.github/workflows/linter.yaml +++ b/.github/workflows/linter.yaml @@ -22,10 +22,10 @@ on: type: boolean default: true lint-all-files: - description: 'Lint all files every time' - default: 'false' + description: Lint all files every time + default: false required: false - type: string + type: boolean concurrency: group: lint-${{ github.event.pull_request.number || github.ref }}