CI: GitHub action: change name shows on PR status

change name for the GitHub actions to make the status context name
show in PR check looks nicer

Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
This commit is contained in:
Pan Xiuli 2021-01-27 08:21:51 +00:00 committed by Liam Girdwood
parent 893c6b94a8
commit 76d2e10fa8
1 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
# github.com also has a powerful web editor that can be used without
# committing.
name: Pull Requests
name: GitHub Action CI
# yamllint disable-line rule:truthy
on:
@ -70,7 +70,7 @@ jobs:
run: ./scripts/host-testbench.sh
SOF-build-only:
gcc-build-only:
runs-on: ubuntu-20.04
strategy:
@ -98,7 +98,7 @@ jobs:
# before committing it; also deemed overkill for the current amount of
# duplication.
SOF-qemu-boot:
qemu-boot-test:
runs-on: ubuntu-20.04
strategy: