Browse Source

Disable GitHub Actions `export_web` workflow in forks (#1205)

Alex 3 months ago
parent
commit
6a2de9c3ee
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/export_web.yml

+ 1 - 0
.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: