Sfoglia il codice sorgente

Disable auto format workflow

Riccardo Balbo 1 anno fa
parent
commit
7c20f9519a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/format.yml

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

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