Skip to content
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

github: add mcs manifest deployment #799

Merged
merged 1 commit into from
Jul 22, 2024
Merged

github: add mcs manifest deployment #799

merged 1 commit into from
Jul 22, 2024

Commits on Jul 19, 2024

  1. github: add mcs manifest deployment

    Add deployment of the mcs-devel.xml manifest to mcs.xml.
    
    The pattern is to use the branch name in `github.ref` as a guard in the
    initial code freeze action, and then make any subsequent actions depend
    on either `code` or `mcs-code`, respectively.
    
    All of this lives on the master branch (but does trigger on pushes to
    `rt`), so that it can in the future also trigger on manifest updates
    from `repository_dispatch` events.
    
    Currently the latter does not happen yet, because `github.ref` will be
    `refs/head/master` for `repository_dispatch` events, so only the main
    deployment job runs for those.
    
    Signed-off-by: Gerwin Klein <[email protected]>
    lsf37 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    a918c52 View commit details
    Browse the repository at this point in the history