From 58a7c3c136d64ea9f919777ef436237abd43c517 Mon Sep 17 00:00:00 2001 From: Kenneth Bingham Date: Fri, 1 Sep 2023 13:18:05 -0400 Subject: [PATCH] fiddle Actions syntax --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 904547a80..e33520733 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -208,7 +208,7 @@ jobs: steps: # allow time for investigation unless the workflow is cancelled or the smoketest succeeded or was skipped - name: Sleep If Failed - if: !cancelled() && !contains(fromJSON('["success", "skipped"]'), needs.fablab-smoketest.result) + if: !cancelled() && needs.fablab-smoketest.result != 'success' && needs.fablab-smoketest.result != 'skipped' run: | sleep 30m