From 0d2022c4b37386080bfecaba6a98496788176cda Mon Sep 17 00:00:00 2001 From: Wojciech Pietraszewski Date: Mon, 5 Aug 2024 12:28:18 +0200 Subject: [PATCH] ci: Update automated deployment job Disables automated website deployment on forks. --- .github/workflows/deploy-site.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-site.yml b/.github/workflows/deploy-site.yml index 6591b213b0..13402789cc 100644 --- a/.github/workflows/deploy-site.yml +++ b/.github/workflows/deploy-site.yml @@ -27,6 +27,7 @@ jobs: deploy: name: Deploy Site runs-on: ubuntu-20.04 + if: github.event.repository.fork == false steps: - uses: actions/checkout@v3 with: