Skip to content

Commit

Permalink
CI: GitHub action: change name shows on PR status
Browse files Browse the repository at this point in the history
change name for the GitHub actions to make the status context name
show in PR check looks nicer

Signed-off-by: Pan Xiuli <[email protected]>
  • Loading branch information
xiulipan authored and lgirdwood committed Jan 27, 2021
1 parent 893c6b9 commit 76d2e10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
run: ./scripts/host-testbench.sh


SOF-build-only:
gcc-build-only:
runs-on: ubuntu-20.04

strategy:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 76d2e10

Please sign in to comment.