1
0
Fork 0

ci: rename ubuntu workflow

master
dump_stack() 2023-05-16 19:40:39 +00:00
parent e7614ef3a7
commit 6ab8f2fea1
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 2 additions and 2 deletions

View File

@ -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