From 13f7bc5f1041ac71afb210597ce27a2d30430f8b Mon Sep 17 00:00:00 2001 From: erabii Date: Fri, 15 Sep 2023 23:01:19 +0300 Subject: [PATCH] fix (#1442) --- .../run-and-save-test-times-when-cache-present/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/composites/run-and-save-test-times-when-cache-present/action.yaml b/.github/workflows/composites/run-and-save-test-times-when-cache-present/action.yaml index 7b6af8a4..ce8c81cf 100644 --- a/.github/workflows/composites/run-and-save-test-times-when-cache-present/action.yaml +++ b/.github/workflows/composites/run-and-save-test-times-when-cache-present/action.yaml @@ -168,7 +168,7 @@ runs: for i in "${sliced_array[@]}"; do # can be present in the last index as 'none,testA,testB' - if [[ "$i" -eq "none" ]]; then + if [[ "$i" == "none" ]]; then echo "skipping 'none'" else filename="${i}.txt"