瀏覽代碼

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

Alex 3 月之前
父節點
當前提交
6a2de9c3ee
共有 1 個文件被更改,包括 1 次插入0 次删除
  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: