Skip to content

Commit ec1f93e

Browse files
committed
tools: skip test-shared workflow for draft PRs
1 parent f46d501 commit ec1f93e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-shared.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ permissions:
3636

3737
jobs:
3838
build:
39+
if: github.event.pull_request.draft == false
3940
strategy:
4041
fail-fast: false
4142
matrix:

0 commit comments

Comments
 (0)