We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dce6883 commit c145710Copy full SHA for c145710
.github/workflows/test.yml
@@ -13,7 +13,7 @@ on:
13
jobs:
14
check:
15
if: github.event.pull_request.draft == false
16
- runs-on: ubuntu-latest
+ runs-on: ${{ matrix.os }}
17
strategy:
18
matrix:
19
os: [ubuntu-latest, windows-latest]
@@ -66,7 +66,6 @@ jobs:
66
docs:
67
runs-on: ubuntu-latest
68
needs: check
69
- if: github.event_name == 'push' || github.event_name == 'pull_request'
70
71
steps:
72
- name: Checkout
0 commit comments