Test con sh-runner
This commit is contained in:
		| @@ -7,7 +7,7 @@ on: | ||||
| jobs: | ||||
|   build: | ||||
|     name: Construir y Subir Imágenes Docker | ||||
|     runs-on: ubuntu-latest | ||||
|     runs-on: sh-runner | ||||
|      | ||||
|     steps: | ||||
|       # --- ¡PASO #1! --- | ||||
| @@ -44,7 +44,7 @@ jobs: | ||||
|  | ||||
|   deploy: | ||||
|     name: Desplegar a Producción | ||||
|     runs-on: ubuntu-latest | ||||
|     runs-on: sh-runner | ||||
|     needs: build | ||||
|  | ||||
|     steps: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user