Browse Source

feat: wiki if condition disabled

Vaclav Elias 2 years ago
parent
commit
8c91315a8b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/stride-docs-wiki.yml

+ 1 - 1
.github/workflows/stride-docs-wiki.yml

@@ -9,7 +9,7 @@ on:
 
 jobs:
   build:
-    if: github.repository == 'stride3d/stride-docs'
+    #if: github.repository == 'stride3d/stride-docs'
     runs-on: ubuntu-latest
 
     steps: