Make build job names more descriptive (#2657)

Previously every build showed up in the CI as "build".

Update the job names to reflect what they are. For example the Ubuntu
build is now called "ubuntu_build"

Co-authored-by: Patrick <tingping@tingping.se>
This commit is contained in:
John Villalovos 2021-12-01 11:07:34 -08:00 committed by GitHub
parent bbd60a96ec
commit 3ebb2c5eec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
name: Flatpak Build
on: [push, pull_request]
jobs:
build:
flatpak_build:
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-40

View File

@ -2,7 +2,7 @@ name: MSYS2 Build
on: [push, pull_request]
jobs:
build:
msys2_build:
runs-on: windows-latest
defaults:
run:

View File

@ -1,7 +1,7 @@
name: Ubuntu Build
on: [push, pull_request]
jobs:
build:
ubuntu_build:
runs-on: ubuntu-20.04
steps:

View File

@ -2,7 +2,7 @@ name: Windows Build
on: [push, pull_request]
jobs:
build:
windows_build:
runs-on: windows-2019
strategy:
matrix: