From e4e6275983a864c72d3864e1061f9f73c0ea2682 Mon Sep 17 00:00:00 2001 From: teor Date: Wed, 9 Mar 2022 18:03:25 +1000 Subject: [PATCH] fix(ci): test full sync syntax --- .github/workflows/test-full-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-full-sync.yml b/.github/workflows/test-full-sync.yml index c8ae456ac..d1270d2cc 100644 --- a/.github/workflows/test-full-sync.yml +++ b/.github/workflows/test-full-sync.yml @@ -41,7 +41,7 @@ jobs: build: # only run on Mergify head branches, and on manual dispatch: # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#running-your-workflow-based-on-the-head-or-base-branch-of-a-pull-request-1 - if: startsWith(github.head_ref, 'mergify/merge-queue/') || github.event_name == "workflow_dispatch" + if: startsWith(github.head_ref, 'mergify/merge-queue/') || github.event_name == 'workflow_dispatch' name: Build images timeout-minutes: 210 runs-on: ubuntu-latest