-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
Would you be interested in a PR to restructure the two separate workflows - build.yml and nightly-releases.yml - into reusable components? Functionality unchanged, but easier to manage.
You would end up with the following under .github/workflows/:
build-reusable.yml- most of what is inbuild.ymlbuild.yml- just calls the reusable flownightly-releases.yml- mostly the same, but where it duplicates the build logic and matrix entirely frombuild.yml, it would just call the reusable flow
I have a working copy now, would be happy to open a PR if it would be accepted in principle (subject to review, of course).
Metadata
Metadata
Assignees
Labels
No labels