Skip to content

build_loop workflow: add template for build on push and on schedule #38

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

Merged
merged 1 commit into from
Mar 10, 2023

Conversation

bjornoleh
Copy link
Contributor

Includes comments with instructions for un-commenting to enable builds on push and automated builds every two months:

on:
workflow_dispatch:
#push:
#schedule:
#- cron: '0 17 1 */2 *' # Runs at 17:00 UTC on the 1st in Jan, Mar, May, Jul, Sep and Nov.

TestFlight builds must be renewed every 90 days, this is a way to automate repeated builds every two months. Building on push will also make updating a one-click task (sync fork in GitHub triggers build).

LoopDocs can hold the instructions for how to activate this feature (un-commenting the relevant lines).

…schedule

Includes comments with instructions for un-commenting  to enable builds on push and automated builds every two months

on:  
  #push:
  #schedule:
    #- cron: '0 17 1 */2 *' # Runs at 17:00 UTC on the 1st in Jan, Mar, May, Jul, Sep and Nov.
@gigich
Copy link

gigich commented Mar 6, 2023

As I see, provisioning profiles will not be renewed. Is that a problem?

@bjornoleh
Copy link
Contributor Author

I still don't know how renewal of provisioning profiles works for TestFlight distribution.

@ps2 ps2 merged commit d12303e into LoopKit:dev Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants