Add some manual github actions to make building subsets easier#7530
Add some manual github actions to make building subsets easier#7530NomDeTom wants to merge 5 commits into
Conversation
DaneEvans
left a comment
There was a problem hiding this comment.
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