From b2aff63e160cdb9bb95f7069d22c4dc8a823be71 Mon Sep 17 00:00:00 2001 From: "Andres G. Aragoneses" Date: Fri, 21 Oct 2022 19:40:02 +0800 Subject: [PATCH] CI: better names for job & workflow --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d129c697..da891fa3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,10 @@ -name: Build & test on ubuntu +name: CI on: [push, pull_request] jobs: - build: + build_and_test: + name: Build & Test runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2