We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tools.yml
1 parent 1e628d1 commit ed635c9Copy full SHA for ed635c9
.github/workflows/tools.yml
@@ -51,7 +51,7 @@ permissions:
51
52
jobs:
53
tools-deps-update:
54
- if: github.repository == 'nodejs/node'
+ if: github.repository == 'nodejs/node' || github.event_name == 'workflow_dispatch'
55
runs-on: ubuntu-latest
56
strategy:
57
fail-fast: false # Prevent other jobs from aborting if one fails
0 commit comments