From fe329603d2645933a3257dd0e8f320c324ad3713 Mon Sep 17 00:00:00 2001 From: maiieul Date: Mon, 13 Jan 2025 22:26:17 +0100 Subject: [PATCH] chore: temporarily remove needs: test for pkg-pr-new gh action --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cd302a998..da7d2c42f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,7 +35,6 @@ jobs: continuous-release: if: github.event_name == 'pull_request' - needs: test runs-on: ubuntu-latest steps: - uses: actions/checkout@v3