Closed ayushontop closed 3 weeks ago
This PR streamlines the GitHub Actions workflow by implementing automatic branch deletion and simplifying the build process. The changes focus on optimizing the version update process, simplifying artifact handling, and adding a new job to clean up the APK branch after builds.
No diagrams generated as the changes look simple and do not need a visual representation.
Change | Details | Files |
---|---|---|
Simplified version update process in the common workflow |
|
.github/workflows/push.yml |
Streamlined APK/AAB artifact handling |
|
.github/workflows/push.yml |
Removed unnecessary workflow steps and jobs |
|
.github/workflows/push.yml |
Added automatic APK branch deletion |
|
.github/workflows/push.yml |
Issue | Objective | Addressed | Explanation |
---|---|---|---|
#743 | Implement automatic APK generation using Github Actions | ✅ | |
#743 | Delete the apk branch on each new generation | ✅ |
Hi @adityastic can you please review this PR, Thanks, please let me know if there are any changes to be made
Hey 👋, I don't think we need to remove the apk branch. What is the concern atm? Once we update HEAD by force pushing, the tree ref would not point to the last commits meaning those commits won't be pulled while fetching or updating apk branch in your local repo anyway
Feel free to comment and let's discuss if we need to reopen this pr
This pull request implements automatic branch deletion as part of the GitHub Actions pipeline to address issue #743 This feature ensures that the specified branch is deleted after each successful build or release, helping to keep the repository clean and preventing repository size increase over time.
Feature Overview: Branch Deletion: Deletes the specified branch after each run to avoid clutter and manage repository size effectively. Configured to run as a final job in the workflow. Related Issue: Closes #743
Summary by Sourcery
CI: