actions: clang: fix typo
Add missing ")". Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
9852790811
commit
43622e0864
1 changed files with 1 additions and 1 deletions
2
.github/workflows/clang.yaml
vendored
2
.github/workflows/clang.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue