summary refs log tree commit diff stats
path: root/.github/workflows/ubuntu-build.yml
diff options
context:
space:
mode:
authorJohn Villalovos <john@sodarock.com>2021-12-01 11:07:34 -0800
committerGitHub <noreply@github.com>2021-12-01 13:07:34 -0600
commit3ebb2c5eec5dfa29b9b3e70ff51e50256bb1ef2f (patch)
treef8747248f9cdfebbecfa13f7de91bd624e1f8d1e /.github/workflows/ubuntu-build.yml
parentbbd60a96ecd0e190625c68bedca4e46928ee2b4d (diff)
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>
Diffstat (limited to '.github/workflows/ubuntu-build.yml')
-rw-r--r--.github/workflows/ubuntu-build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu-build.yml b/.github/workflows/ubuntu-build.yml
index c25db74b..0e8deb34 100644
--- a/.github/workflows/ubuntu-build.yml
+++ b/.github/workflows/ubuntu-build.yml
@@ -1,7 +1,7 @@
 name: Ubuntu Build
 on: [push, pull_request]
 jobs:
-  build:
+  ubuntu_build:
     runs-on: ubuntu-20.04
 
     steps: