Skip to content

Commit 2bd1dff

Browse files
committed
ci: skip unit tests when in draft
1 parent dbc4113 commit 2bd1dff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ env:
1616

1717
jobs:
1818
build:
19+
if: github.event.pull_request.draft == false
1920
runs-on: ubuntu-latest
2021

2122
steps:

0 commit comments

Comments
 (0)