From 4aceb99ff48e87657705427ac9babc15486fe47e Mon Sep 17 00:00:00 2001 From: mirpedrol Date: Tue, 19 Dec 2023 10:25:51 +0100 Subject: [PATCH] bla --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 23d052dc03..2bc8c0aed4 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -42,7 +42,7 @@ jobs: outputs: python-version: ${{ matrix.python-version }} runner: ${{ matrix.runner }} - run-tests: ${{ env.run-tests }} + run-tests: ${{ github.ref == 'refs/heads/master' || (matrix.runner == 'ubuntu-20.04' && matrix.python-version == '3.8') }} test: name: Test with Python ${{ needs.setup.outputs.python-version }} on ${{ needs.setup.outputs.runner }}