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