Sfoglia il codice sorgente

Reduction the runner name

Granty1 4 anni fa
parent
commit
14a0cf2fb2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/go.yml

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

@@ -8,7 +8,7 @@ jobs:
 
   build:
     name: Build
-    runs-on: [ backend_runner ]
+    runs-on: [ self-hosted ]
     steps:
 
     - name: Check out the repository