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

feat(workflows): add test-de-build stub #11302

Merged
merged 1 commit into from
Jun 12, 2024
Merged

feat(workflows): add test-de-build stub #11302

merged 1 commit into from
Jun 12, 2024

Conversation

caugner
Copy link
Contributor

@caugner caugner commented Jun 12, 2024

Summary

(MP-1177)

Problem

We have a new environment that we want to deploy regularly, but using the workflow version from the branch.

Solution

Add new workflow, using the same approach as the stage-build, triggering a run on the test-de when run on the main branch (manually or via schedule).


How did you test this change?

This cannot really be tested, but the approach works for the stage-build, and the test-de-build is working (tested by copying the new workflow to the xyz-build, and manually running that existing workflow).

Same approach as stage-build: Trigger run on `test-de` branch.
The build job is omitted here, as we use the branch's version.
@caugner caugner requested a review from a team as a code owner June 12, 2024 11:56
@caugner caugner merged commit de73d82 into main Jun 12, 2024
12 checks passed
@caugner caugner deleted the test-de-build branch June 12, 2024 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants