From 82495c8c7a003d8d6858ba4676800400951b6ec4 Mon Sep 17 00:00:00 2001 From: Denys SAVCHENKO Date: Tue, 7 Jan 2025 15:44:28 +0100 Subject: [PATCH] syntax --- .github/workflows/makefile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 3cc18eb..beb64a4 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -37,7 +37,7 @@ jobs: rm -rfv oda-hub.github.io - name: Publish Site - if: ! github.event.pull_request + if: ${{ ! github.event.pull_request }} env: PUSH_SECRET: ${{ secrets.PUSH_SECRET }} run: |