Skip to content

Commit c145710

Browse files
author
Hông-Lan Botterman
committed
multiple OS and remove redundant conditions
1 parent dce6883 commit c145710

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
check:
1515
if: github.event.pull_request.draft == false
16-
runs-on: ubuntu-latest
16+
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:
1919
os: [ubuntu-latest, windows-latest]
@@ -66,7 +66,6 @@ jobs:
6666
docs:
6767
runs-on: ubuntu-latest
6868
needs: check
69-
if: github.event_name == 'push' || github.event_name == 'pull_request'
7069

7170
steps:
7271
- name: Checkout

0 commit comments

Comments
 (0)