mirror of https://github.com/thesofproject/sof.git
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:
parent
893c6b94a8
commit
76d2e10fa8
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue