From f4ee4c536e2de38c9ac4195c588cf8b3f4fdf724 Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Mon, 20 May 2024 11:03:59 -0400 Subject: [PATCH] Another fix --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a214a2b326..42d5839321 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -213,7 +213,7 @@ jobs: # UNSET_S3_SECRETS: "1" env: ${{ matrix.extra-envs }} - if: "!matrix.cron-only || github.event_name == 'schedule'" + if: "${{ !matrix.cron-only || github.event_name == 'schedule' }}" continue-on-error: ${{ matrix.allow-failure }} steps: - name: Check out repository