Skip to content

Commit 916a8b0

Browse files
authored
Fix workflows to no longer run in draft mode
1 parent d9268ed commit 916a8b0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
jobs:
1818
build:
1919
runs-on: windows-latest
20+
if: github.event.pull_request.draft == false
2021

2122
strategy:
2223
fail-fast: false

0 commit comments

Comments
 (0)