Skip to content

Commit 051c840

Browse files
committed
CI: minor tweaks to UI rendering (NFC)
Swap the order of the matrix values to be more hierarchical which has the small benefit of improving rendering on the GitHub Actions status checks.
1 parent a42bd29 commit 051c840

File tree

4 files changed

+14
-12
lines changed

4 files changed

+14
-12
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ jobs:
1414
strategy:
1515
matrix:
1616
include:
17-
- tag: 5.4-RELEASE
18-
branch: swift-5.4-release
19-
- tag: 5.5-DEVELOPMENT-SNAPSHOT-2021-05-02-a
20-
branch: swift-5.5-branch
21-
- tag: DEVELOPMENT-SNAPSHOT-2021-04-26-a
22-
branch: development
17+
- branch: swift-5.4-release
18+
tag: 5.4-RELEASE
19+
20+
- branch: swift-5.5-branch
21+
tag: 5.5-DEVELOPMENT-SNAPSHOT-2021-05-02-a
22+
23+
- branch: development
24+
tag: DEVELOPMENT-SNAPSHOT-2021-04-26-a
2325

2426
steps:
2527
- uses: actions/checkout@v2

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
strategy:
2525
matrix:
2626
include:
27-
- tag: DEVELOPMENT-SNAPSHOT-2021-05-25-a
28-
branch: development
27+
- branch: development
28+
tag: DEVELOPMENT-SNAPSHOT-2021-05-25-a
2929

3030
steps:
3131
- uses: actions/checkout@v2

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
strategy:
1919
matrix:
2020
include:
21-
- tag: 5.5-DEVELOPMENT-SNAPSHOT-2021-05-02-a
22-
branch: swift-5.5-branch
21+
- branch: swift-5.5-branch
22+
tag: 5.5-DEVELOPMENT-SNAPSHOT-2021-05-02-a
2323

2424
steps:
2525
- uses: actions/checkout@v2

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
strategy:
1515
matrix:
1616
include:
17-
- tag: 5.5-DEVELOPMENT-SNAPSHOT-2021-05-02-a
18-
branch: swift-5.5-branch
17+
- branch: swift-5.5-branch
18+
tag: 5.5-DEVELOPMENT-SNAPSHOT-2021-05-02-a
1919

2020
steps:
2121
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)