From 690f1205a130960cb5d391ca48736f92cbf03756 Mon Sep 17 00:00:00 2001 From: Helen Kershaw Date: Fri, 5 Jul 2024 12:22:02 -0400 Subject: [PATCH] missed * --- .github/workflows/run_all_quickbuilds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_all_quickbuilds.yml b/.github/workflows/run_all_quickbuilds.yml index 3e421646a..a153aa006 100644 --- a/.github/workflows/run_all_quickbuilds.yml +++ b/.github/workflows/run_all_quickbuilds.yml @@ -22,7 +22,7 @@ jobs: if [[ $item == *"template"* ]]; then continue # template model not for compiling fi - if [[ $item == *"/var/" ]] || [[ $item == *"/gps/" ]]; then + if [[ $item == *"/var/"* ]] || [[ $item == *"/gps/"* ]]; then # skipping these converters, out of the box quickbuild.sh fails # var needs wrf files # gps need prepbuffr bufrlib.a to be built