Parcourir la source

Test self-runner label

Granty1 il y a 4 ans
Parent
commit
2a43906ef7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/workflows/go.yml

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

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