Commit fed1647
committed
multi-arch-test-build: run it only after the Formality check succeeds
Most of the time, when people want to contribute to the repository for the first time
or after a longer break, the multi-arch-test-build passes, but the formality check fails
and requires the user to make some changes.
This puts quite a load on the CI/CD, since the multi-arch-test-build runs again even though it already passed before.
Let’s now set it up so that the formality check is resolved first, and only then the package tests are executed.
Signed-off-by: Josef Schlehofer <[email protected]>1 parent c6ba0ce commit fed1647
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
5 | 8 | | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
| 12 | + | |
9 | 13 | | |
0 commit comments