Skip to content

Commit

Permalink
Merge pull request #38325 from Expensify/blimpich-getRidOfFailingPRCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
blimpich authored Mar 14, 2024
2 parents 0cbe01f + e13663c commit aca0f8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deployExpensifyHelp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ 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 aca0f8c

Please sign in to comment.