From f1b685953970a3accc90cdc19867f5a16c7383ac Mon Sep 17 00:00:00 2001 From: Anton Date: Tue, 14 Nov 2023 10:04:10 +0300 Subject: [PATCH] ci: rm init step --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3d1c606..b85d70d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,6 @@ jobs: test_pr: if: ${{ github.event_name == 'pull_request' }} - needs: init name: Test PR (Node v${{ matrix.node-version }}, OS ${{ matrix.os }}) strategy: matrix: