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

[PM-12559] Improve conditional update logic #48

Merged
merged 1 commit into from
Sep 23, 2024

Commits on Sep 23, 2024

  1. [PM-12559] Add conditional update logic for F-Droid repo

    This commit adds a step to update the F-Droid repository based on certain conditions:
    - Skips updates if it's a dry run
    - Skips updates if no changes were detected by the metascoop step
    - Runs the update_repo.sh script if changes were detected and it's not a dry run
    
    This ensures that the repository is only updated when necessary, improving efficiency and avoiding unnecessary commits.
    SaintPatrck committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    eac2e5f View commit details
    Browse the repository at this point in the history