Skip to content

Commit 2b69b0b

Browse files
yamtliuguo09
authored andcommitted
CI: Make job descriptions less redundant
From: PR Check CI (build) / build-linux (arm-02) (pull_request) To: Build / Linux (arm-02) (pull_request)
1 parent f63406f commit 2b69b0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
# See the License for the specific language governing permissions and
1111
# limitations under the License.
1212
#
13-
name: PR Check CI (build)
13+
name: Build
1414

1515
on:
1616
pull_request:
1717

1818
jobs:
19-
build-linux:
19+
Linux:
2020
runs-on: ubuntu-18.04
2121
env:
2222
DOCKER_BUILDKIT: 1
@@ -66,7 +66,7 @@ jobs:
6666
cd testing
6767
./cibuild.sh -x -G testlist/${{matrix.boards}}.dat
6868
69-
build-macos:
69+
macOS:
7070
runs-on: macos-10.15
7171

7272
strategy:

0 commit comments

Comments
 (0)