Skip to content

Commit

Permalink
Merge pull request #38422 from Expensify/revert-38325-blimpich-getRid…
Browse files Browse the repository at this point in the history
…OfFailingPRCheck

Revert "get rid of PR check that always fails for help dot"
  • Loading branch information
jasperhuangg authored Mar 15, 2024
2 parents 80eb3b7 + 8027b4e commit 2979e3c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deployExpensifyHelp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2979e3c

Please sign in to comment.