Skip to content

Commit cb615b1

Browse files
targosaduh95
authored andcommitted
tools: skip test-shared workflow for draft PRs
PR-URL: #60365 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 03b0347 commit cb615b1

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)