Explorar el Código

Add self-hosted runners.

tags/v4.0.0-beta.1
Luigi Cruz hace 4 años
padre
commit
040f0e959e
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      .github/workflows/release.yml
  2. +1
    -1
      .github/workflows/validate.yml

+ 1
- 1
.github/workflows/release.yml Ver fichero

@@ -8,7 +8,7 @@ name: Build & Deploy Image
jobs:
build:
name: Build & Release Image
runs-on: ubuntu-latest
runs-on: self-hosted
timeout-minutes: 2880
env:
working-directory: ./builder


+ 1
- 1
.github/workflows/validate.yml Ver fichero

@@ -5,7 +5,7 @@ name: Build & Validate Image
jobs:
build:
name: Build & Validate Image
runs-on: ubuntu-latest
runs-on: self-hosted
timeout-minutes: 2880
env:
working-directory: ./builder


Cargando…
Cancelar
Guardar