From 91c667ed4b93d577693d7f5adb0b6a1bc55fde72 Mon Sep 17 00:00:00 2001 From: Chi Huu Huynh <73843190+Chi-EEE@users.noreply.github.com> Date: Fri, 6 Oct 2023 15:34:56 +0100 Subject: [PATCH] Comment out if --- .github/workflows/documentation-branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation-branch.yml b/.github/workflows/documentation-branch.yml index 14f9ec68..872157b1 100644 --- a/.github/workflows/documentation-branch.yml +++ b/.github/workflows/documentation-branch.yml @@ -10,7 +10,7 @@ permissions: jobs: sync: - if: github.ref == 'refs/heads/documentation' + # if: github.ref == 'refs/heads/documentation' runs-on: ubuntu-latest steps: - name: Checkout