From bf005ed6975876f71024298a99c9538f08edb1fd Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Fri, 26 Feb 2021 22:35:37 +0100 Subject: [PATCH] update --- .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 1b9d498..78d2af5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: test_lint: runs-on: ubuntu-latest - if: ${{ !github.event.created }} + if: ${{ !github.event.created && false }} steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1