ci: rename ubuntu workflow
This commit is contained in:
parent
e7614ef3a7
commit
6ab8f2fea1
4
.github/workflows/ubuntu.yml
vendored
4
.github/workflows/ubuntu.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Build and test on Ubuntu
|
||||
name: Ubuntu
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
@ -11,7 +11,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build on Ubuntu
|
||||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
Loading…
Reference in New Issue
Block a user