From d34efc7654170f3ea77a31cce56fecd3c84ef87e Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Thu, 7 May 2020 15:57:27 +1000 Subject: [PATCH] rename --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2340ec6..0461156 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ on: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: # This workflow contains a single job called "build" - build: + ci: # The type of runner that the job will run on runs-on: ubuntu-latest