diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml index 941f02f8f8dcb4..32b9ac4f6ab7bd 100644 --- a/.github/workflows/tools.yml +++ b/.github/workflows/tools.yml @@ -11,7 +11,7 @@ permissions: jobs: tools-deps-update: - if: github.repository == 'nodejs/node' + if: github.repository == 'richardlau/node-1' runs-on: ubuntu-latest strategy: fail-fast: false # Prevent other jobs from aborting if one fails