From f14fe9806adf1c7a9825d0f29ba9a108ca69fb53 Mon Sep 17 00:00:00 2001 From: Webber Date: Sat, 14 Dec 2019 19:16:03 +0100 Subject: [PATCH] Remove checkout as prerequisite --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7bb4cbc1..92198637 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: test: name: Test the project - needs: [checkout, activate] + needs: [activate] runs-on: ubuntu-latest steps: - uses: actions/checkout@v1