From 1820b96d183863619ec4d9153db1676d930c2af1 Mon Sep 17 00:00:00 2001 From: Malte Rosenbjerg Date: Fri, 21 Feb 2020 17:57:25 +0100 Subject: [PATCH] Update ci.yml Former-commit-id: 1223836a24bda2b296eb2c88f63fcda566982144 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a49128..52702dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,7 @@ name: CI on: [push, pull_request] jobs: - build: + ci: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1