Skip to content

Commit

Permalink
multiple OS and remove redundant conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
Hông-Lan Botterman committed Oct 9, 2024
1 parent dce6883 commit c145710
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c145710

Please sign in to comment.