소스 검색

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: