mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 12:20:27 +01:00
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:
parent
bfcf2f7a15
commit
6226357237
1
.github/workflows/test-shared.yml
vendored
1
.github/workflows/test-shared.yml
vendored
|
|
@ -36,6 +36,7 @@ permissions:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
if: github.event.pull_request.draft == false
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user