Skip to content

Commit 8203954

Browse files
Apply suggestions from code review
1 parent 7654083 commit 8203954

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/__call-common-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
jobs:
2525
lint:
2626
name: Common Lint
27-
runs-on: ${{ inputs.runner || 'ubuntu-latest' }}
27+
runs-on: ${{ fromJson(inputs.runner) || inputs.runner || 'ubuntu-latest' }}
2828
env:
2929
CLANG_FORMAT_VERSION: 20
3030
steps:

0 commit comments

Comments
 (0)