From bbbf13c58ce849b7fcbd5f81635876e23d7b46a2 Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Tue, 7 Oct 2025 20:10:38 +0200 Subject: [PATCH] Allow tests to run on all events Remove condition to run tests only on pull requests. --- .github/workflows/packages.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index 37f97aa5b..7e23ef7d4 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -37,7 +37,6 @@ jobs: name: Test with coverage runs-on: ubuntu-latest timeout-minutes: 30 - if: ${{ github.event_name == 'pull_request' }} steps: - name: Checkout uses: actions/checkout@v4