tools: skip test-shared workflow for draft PRs

PR-URL: https://github.com/nodejs/node/pull/60365
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
Michaël Zasso 2025-10-24 15:13:13 +02:00 committed by GitHub
parent bfcf2f7a15
commit 6226357237
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,6 +36,7 @@ permissions:
jobs:
build:
if: github.event.pull_request.draft == false
strategy:
fail-fast: false
matrix: