This repository was archived by the owner on Mar 4, 2025. It is now read-only.
Commit 1a05a56
authored
Don't push artifacts to AWS/Azure unless on main/master (#2019)
In #1962 and #1963, we recently updated the isMainBranch variable to treat `release/*` branches as "main". This was so that we run the "full" integration tests suite on merges to release branches.
However, this change meant we also started pushing those assets to Azure and AWS, meaning the assets there are a mix of both `release/2.0` bits and `master` bits. This makes some of the other automation problematic, so we should revert to only pushing those bits if we're on `master`.1 parent cab2751 commit 1a05a56
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
| 76 | + | |
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
| |||
666 | 667 | | |
667 | 668 | | |
668 | 669 | | |
669 | | - | |
| 670 | + | |
670 | 671 | | |
671 | 672 | | |
672 | 673 | | |
| |||
750 | 751 | | |
751 | 752 | | |
752 | 753 | | |
753 | | - | |
| 754 | + | |
754 | 755 | | |
755 | 756 | | |
756 | 757 | | |
| |||
0 commit comments