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