From 893402eb0131cbd555aaf1286e56b89265cf860c Mon Sep 17 00:00:00 2001 From: Taliesin Millhouse Date: Tue, 7 Sep 2021 19:21:47 +1000 Subject: [PATCH] fix: ci action --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5e2274..9d1c45a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,6 @@ jobs: args: ./... test: name: Test - needs: [ security-check ] runs-on: ubuntu-latest steps: - uses: actions/checkout@v2