Skip to content

Commit

Permalink
fixup! tools: fix nghttp3 updater script
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Nov 26, 2024
1 parent 5446fa9 commit a200513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ permissions:

jobs:
tools-deps-update:
if: github.repository == 'nodejs/node' || github.event_name == 'workflow_dispatch'
if: github.repository == 'nodejs/node'
runs-on: ubuntu-latest
strategy:
fail-fast: false # Prevent other jobs from aborting if one fails
Expand Down

0 comments on commit a200513

Please sign in to comment.