Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

don't fetch from origin if unnecessary when performing OTA deploy #3392

Merged
merged 3 commits into from
Apr 3, 2024

Conversation

haileyok
Copy link
Contributor

@haileyok haileyok commented Apr 3, 2024

We don't need to fetch from origin/main if we are already on the main branch. This results in an error if we try to.

Eventually we can actually just remove this step completely, but I want to leave it here as we continue testing since we might have separate branches that we want the action to run on.

@haileyok haileyok changed the title run bundle/deploy on main pushes don't fetch from origin if unnecessary when performing OTA deploy Apr 3, 2024
@haileyok haileyok merged commit eda9867 into main Apr 3, 2024
5 checks passed
@haileyok haileyok deleted the hailey/fix-auto-ota branch April 3, 2024 23:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants