-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add repo publishing #4
Conversation
needs: create-repo | ||
runs-on: ubuntu-24.04 | ||
# TODO: Enable the conditional once PR testing is done | ||
#if: github.ref == 'refs/heads/main' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You could move this down to the "publish to PPA" step so it runs all the other bits regardless.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor nit but otherwise 🥳
DEPLOY_PAT has been added |
Latest run seems to be as expected: https://github.com/kanidm/kanidm_ppa_automation/actions/runs/11318699131?pr=4 But I could also just rip out the stable category now and launch with only nightly? I don't think it would kill the upgrade path for anyone. |
Run is looking good so lets see what happens! |
This one, when finalized, will make it either go live or boom.
Related: kanidm/kanidm#3078
TODO: