Explorar el Código

Disable auto format workflow

Riccardo Balbo hace 1 año
padre
commit
7c20f9519a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/format.yml

+ 1 - 1
.github/workflows/format.yml

@@ -5,7 +5,7 @@ on:
 jobs:
   format:
     runs-on: ubuntu-latest
-    if: github.repository != 'jMonkeyEngine/jmonkeyengine'
+    if: ${{ false }} 
     steps:
       - name: Checkout
         uses: actions/checkout@v4