Skip to content

Commit

Permalink
Merge pull request #56446 from Expensify/andrew-1p-v7
Browse files Browse the repository at this point in the history
Only fetch the main branch to fix CP to staging
  • Loading branch information
roryabraham authored Feb 6, 2025
2 parents 67c8915 + 945fbe2 commit f1552c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cherryPick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
submodules: true

- name: Run git fetch
run: git fetch
run: git fetch origin main --fetch-depth=1

- name: Set up git for OSBotify
id: setupGitForOSBotify
Expand Down

0 comments on commit f1552c0

Please sign in to comment.