feat(workflows): add test-de-build stub #11302
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 themain
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 thetest-de-build
is working (tested by copying the new workflow to thexyz-build
, and manually running that existing workflow).