-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add some manual github actions to make building subsets easier #7530
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
base: master
Are you sure you want to change the base?
Conversation
Try this
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.
Looks good, especially the changes to run only here.
I'm a bit concerned at the proliferation of additional pipelines, but manual only shouldn't pose an issue
This is intended to only really be run on a forked repo, hence all the additional guards. |
Thanks for this. The guards are good - having random actions run on forks is annoying :) Q) These are nicely laid out. Is there a way they could be integrated into existing actions to avoid that little bit of duplication? (actually, is there any overlap?) |
@fifieldt I did consider rolling it all into the existing builder, but the actions to generate the matrix interferes with the generation of a single build target - the final |
Added 3 new workflows:
I've also added another conditional to one of the workflows to stop it running automatically on a fork.
🤝 Attestations