Skip to content

Commit e1635fb

Browse files
aduh95marco-ippolito
authored andcommitted
tools: allow dispatch of tools.yml from forks
PR-URL: #56008 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
1 parent 5f15d8b commit e1635fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tools.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ permissions:
5050

5151
jobs:
5252
tools-deps-update:
53-
if: github.repository == 'nodejs/node'
53+
if: github.repository == 'nodejs/node' || github.event_name == 'workflow_dispatch'
5454
runs-on: ubuntu-latest
5555
strategy:
5656
fail-fast: false # Prevent other jobs from aborting if one fails

0 commit comments

Comments
 (0)