Commit 1168767
authored
chore(ci): add feat/design-refresh branch for internal distribution (#2504)
* chore(ci): Ensure platform determination step succeeds
In the `distribute_internal` and `distribute_external` workflows, the `determine_platforms` job would fail on manual runs when a single platform was selected. This was due to the shell command exiting with a non-zero status code if a condition was false.
By appending `|| true`, the commands now always exit successfully, ensuring the workflow proceeds correctly regardless of the platform selection.
* chore: add feat/design-refresh branch for automatic internal distribution1 parent e2c4971 commit 1168767
2 files changed
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
| 51 | + | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
52 | | - | |
53 | | - | |
| 54 | + | |
| 55 | + | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
| |||
0 commit comments