From 6a2de9c3ee203bde0f49d4a664c7a93c46a09570 Mon Sep 17 00:00:00 2001 From: Alex <41921395+Alex2782@users.noreply.github.com> Date: Mon, 19 May 2025 01:44:35 +0200 Subject: [PATCH] Disable GitHub Actions `export_web` workflow in forks (#1205) --- .github/workflows/export_web.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/export_web.yml b/.github/workflows/export_web.yml index 9b08c827..ce62d906 100644 --- a/.github/workflows/export_web.yml +++ b/.github/workflows/export_web.yml @@ -9,6 +9,7 @@ env: jobs: export-html5: + if: github.repository == 'godotengine/godot-demo-projects' name: Export projects to Web and deploy to GitHub Pages runs-on: ubuntu-24.04 container: