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

ci: automatically build release branch #8039

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

cwillisf
Copy link
Contributor

Changes:

With CCI, running the "Create release branch and PRs" workflow would automatically cause a build & deploy cycle.

With GHA, actions taken by one workflow won't automatically trigger another workflow. Because of that, the "Create release branch and PRs" workflow creates the branch and PRs but does not build and deploy the new branch as it did before. Earlier today, I waited for the "Create release branch" workflow to finish, and then I manually dispatched the CI/CD workflow to deploy the release branch for our testing session.

This change adds an explicit workflow call to make that happen automatically. This is similar to the logic in the "Daily TX Pull" workflow in scratch-l10n, for example.

Test Coverage:

A full test won't be possible until the next time we create a release branch, but pushing this change and making a PR is a partial test.

@cwillisf cwillisf requested review from a team and lostvirtue and removed request for a team January 19, 2024 18:00
@cwillisf cwillisf marked this pull request as ready for review January 19, 2024 18:00
@cwillisf cwillisf requested review from colbygk and AlexisGoodfellow and removed request for lostvirtue October 18, 2024 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant