Skip to content

Commit

Permalink
don't fetch from origin if unnecessary when performing OTA deploy (#3392
Browse files Browse the repository at this point in the history
)

* run bundle/deploy on main pushes

* don't fetch from origin if not necessary
  • Loading branch information
haileyok authored Apr 3, 2024
1 parent 8e882a4 commit eda9867
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bundle-deploy-eas-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
fetch-depth: 100

- name: ⬇️ Fetch commits from base branch
if: ${{ github.ref != 'refs/heads/main' }}
run: git fetch origin main:main --depth 100

# This should get the current production release's commit's hash to see if the update is compatible
Expand Down

0 comments on commit eda9867

Please sign in to comment.