Skip to content

Commit d67a42e

Browse files
authored
repo sync
2 parents ac1b95e + fba3155 commit d67a42e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test-windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ name: Node.js Tests - Windows
44

55
on:
66
workflow_dispatch:
7+
pull_request:
78
schedule:
89
- cron: '50 19 * * *' # once a day at 19:50 UTC / 11:50 PST
910

1011
jobs:
1112
test:
1213
runs-on: windows-latest
14+
if: (github.event_name != 'pull_request') || (github.event_name == 'pull_request' && (contains(github.event.pull_request.labels.*.name, 'Windows') || contains(github.event.pull_request.labels.*.name, 'windows')))
1315
strategy:
1416
fail-fast: false
1517
matrix:

0 commit comments

Comments
 (0)