From ce0bf1b9fe5556876dc4dbcb41ef02f7868ed6b3 Mon Sep 17 00:00:00 2001 From: Andrew Cosmic Date: Mon, 20 Jul 2020 13:41:46 -0700 Subject: [PATCH] Changed name of job to verify --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index f94ec38f9e..065ce2d415 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -11,7 +11,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: + Verify: # The type of runner that the job will run on runs-on: ubuntu-latest