From aa438f74d281418f279bd58ec07df8f3cb916520 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Wed, 5 Apr 2023 13:04:42 -0400 Subject: [PATCH] hack to run on my fork --- .github/workflows/tools.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml index 504f97836dad29..00f28d9a12c109 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