From cb08bbc5e65e42a4b73095180a5a1638039a6fe5 Mon Sep 17 00:00:00 2001 From: Valery Melou Date: Sat, 13 Jul 2024 14:03:16 +0100 Subject: [PATCH] chore: fix logical expression in ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d361de3..28d14e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: key: ${{ steps.nx-cache-restore.outputs.cache-primary-key }} deploy-preview: - if: github.ref == 'refs/heads/develop' or github.event.pull_request.head.repo.full_name == github.repository + if: github.ref == 'refs/heads/develop' || github.event.pull_request.head.repo.full_name == github.repository uses: ./.github/workflows/cd.yml secrets: inherit with: