Skip to content

reusable Actions workflows? #1778

@deitch

Description

@deitch

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 in build.yml
  • build.yml - just calls the reusable flow
  • nightly-releases.yml - mostly the same, but where it duplicates the build logic and matrix entirely from build.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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions