From c6412ba7fe22be6075ddfc734ef9ed9508ba6260 Mon Sep 17 00:00:00 2001 From: Jonathan Yeong Date: Tue, 10 Feb 2026 14:59:29 -0500 Subject: [PATCH] ci: only run mirror to tangled on npmx repo This will skip running this github action on forks which will always fail. --- .github/workflows/mirror-tangled.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/mirror-tangled.yml b/.github/workflows/mirror-tangled.yml index 1885d3e63..83458f90d 100644 --- a/.github/workflows/mirror-tangled.yml +++ b/.github/workflows/mirror-tangled.yml @@ -13,6 +13,7 @@ permissions: jobs: mirror: name: 🕸️ Mirror to Tangled + if: ${{ github.repository == 'npmx-dev/npmx.dev' }} runs-on: ubuntu-24.04-arm steps: