From 7c9a459dd2c360a25cd10e6e5b3bdafd24d4f52a Mon Sep 17 00:00:00 2001 From: Dobson Date: Wed, 15 May 2024 12:27:35 +0100 Subject: [PATCH] Update ci.yml try moving the if to get it to work... --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82511d8a..f431ad1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,7 @@ jobs: run: pytest test-pr-merge: + if: github.event.pull_request.merged == true needs: qa runs-on: ${{ matrix.os }} strategy: @@ -35,7 +36,6 @@ jobs: matrix: os: [windows-latest, macos-latest, ubuntu-latest] python-version: [ "3.10" ] - if: github.event.pull_request.merged == true steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5