Skip to content

Commit 0533851

Browse files
committed
github actions: name CI to be based off arch
1 parent fd399f1 commit 0533851

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-check_aarch64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: aarch64 CI
22
on:
33
pull_request_target:
44
branches:

.github/workflows/build-check_x86_64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: x86_64 CI
22
on:
33
pull_request_target:
44
branches:

0 commit comments

Comments
 (0)