From f89e247b7d9bd57f76d1afbd49cac92d0e3ba46f Mon Sep 17 00:00:00 2001 From: Mahmut Bulut Date: Sat, 5 Oct 2019 20:12:03 +0200 Subject: [PATCH] Give name for the CI jobs --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8dd64c68..136f87d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,6 @@ on: pull_request +name: CI jobs: build_and_test: name: Build and test on ${{ matrix.os }}