◐ Shell
clean mode source ↗

tools: allow dispatch of `tools.yml` from forks · nodejs/node@ed635c9

Original file line numberDiff line numberDiff line change

@@ -51,7 +51,7 @@ permissions:

5151
5252

jobs:

5353

tools-deps-update:

54-

if: github.repository == 'nodejs/node'

54+

if: github.repository == 'nodejs/node' || github.event_name == 'workflow_dispatch'

5555

runs-on: ubuntu-latest

5656

strategy:

5757

fail-fast: false # Prevent other jobs from aborting if one fails