From f4bd1ff63a6f40ea1a94ff71f07f1e19af2d859e Mon Sep 17 00:00:00 2001 From: Nicolas Duchon Date: Sat, 22 Feb 2025 14:40:31 +0100 Subject: [PATCH] ci: fix quote typo --- .github/workflows/build-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-publish.yml b/.github/workflows/build-publish.yml index ae763b6..70798e1 100644 --- a/.github/workflows/build-publish.yml +++ b/.github/workflows/build-publish.yml @@ -25,7 +25,7 @@ jobs: matrix: base: [alpine, debian] runs-on: ubuntu-latest - if: (github.event_name == "schedule" && github.repository == "nginx-proxy/nginx-proxy") || (github.event_name != "schedule") + if: (github.event_name == 'schedule' && github.repository == 'nginx-proxy/nginx-proxy') || (github.event_name != 'schedule') steps: - name: Checkout uses: actions/checkout@v4