From 43622e0864613b28b9f27a15b630930d4bf08d0f Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 16 Nov 2021 06:59:31 -0500 Subject: [PATCH] actions: clang: fix typo Add missing ")". Signed-off-by: Anas Nashif --- .github/workflows/clang.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clang.yaml b/.github/workflows/clang.yaml index e4c01462a4a..176d04fbaf6 100644 --- a/.github/workflows/clang.yaml +++ b/.github/workflows/clang.yaml @@ -66,7 +66,7 @@ jobs: export ZEPHYR_BASE=${PWD} export ZEPHYR_TOOLCHAIN_VARIANT=llvm # check if we need to run a full twister or not based on files changed - SC=$(./scripts/ci/what_changed.py --commits ${COMMIT_RANGE} + SC=$(./scripts/ci/what_changed.py --commits ${COMMIT_RANGE}) # Get twister arguments based on the files changed ./scripts/ci/get_twister_opt.py --commits ${COMMIT_RANGE} if [ "$SC" = "full" ]; then