diff --git a/.github/workflows/deployExpensifyHelp.yml b/.github/workflows/deployExpensifyHelp.yml index 5572c3704967..831ec0c0b95e 100644 --- a/.github/workflows/deployExpensifyHelp.yml +++ b/.github/workflows/deployExpensifyHelp.yml @@ -51,8 +51,6 @@ jobs: accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} projectName: helpdot directory: ./docs/_site - # Add the conditional on this step to prevent execution for pull requests from forks - if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository - name: Setup Cloudflare CLI run: pip3 install cloudflare==2.19.0