From 5dc92245e8141e7f27d36f04158d9d442619ca83 Mon Sep 17 00:00:00 2001 From: sikai zhang Date: Wed, 20 Aug 2025 17:33:38 +0800 Subject: [PATCH] MNT disable the gh page deploy in fork --- .github/workflows/asv.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/asv.yml b/.github/workflows/asv.yml index 20c5e22..48bfe96 100644 --- a/.github/workflows/asv.yml +++ b/.github/workflows/asv.yml @@ -117,5 +117,5 @@ jobs: - name: Deploy to GitHub Pages id: deployment - if: github.event_name == 'push' + if: github.event_name == 'push' && github.event.repository.fork == false uses: actions/deploy-pages@v4