summary refs log tree commit diff stats
path: root/.github/workflows/ubuntu-build.yml
diff options
context:
space:
mode:
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: