Skip to content

Commit 5d5d194

Browse files
committed
feat: only run mirror to tangled on npmx repo
This will skip running this github action on forks which will always fail.
1 parent 6c1083f commit 5d5d194

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/mirror-tangled.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ permissions:
1313
jobs:
1414
mirror:
1515
name: 🕸️ Mirror to Tangled
16+
if: ${{ github.repository == 'npmx-dev/npmx.dev' }}
1617
runs-on: ubuntu-24.04-arm
1718

1819
steps:

0 commit comments

Comments
 (0)