From c145710a79e4467962f97ee794ed919572ac3948 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=B4ng-Lan=20Botterman?= Date: Wed, 9 Oct 2024 13:19:30 +0200 Subject: [PATCH] multiple OS and remove redundant conditions --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dc6f18b..8688747 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ on: jobs: check: if: github.event.pull_request.draft == false - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-latest, windows-latest] @@ -66,7 +66,6 @@ jobs: docs: runs-on: ubuntu-latest needs: check - if: github.event_name == 'push' || github.event_name == 'pull_request' steps: - name: Checkout