From a2303c938924f8f108df19c73982457bfb4b824a Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Fri, 3 Apr 2026 16:16:08 +0800 Subject: [PATCH] ci: skip deploy job on forks Co-Authored-By: Claude --- .github/workflows/deploy-website.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index b3230d1..8105c3c 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -17,6 +17,7 @@ concurrency: jobs: deploy: + if: github.repository == 'vinta/awesome-python' runs-on: ubuntu-latest environment: name: github-pages