Sfoglia il codice sorgente

Add self-hosted runners.

tags/v4.0.0-beta.1
Luigi Cruz 4 anni fa
parent
commit
040f0e959e
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +1
    -1
      .github/workflows/release.yml
  2. +1
    -1
      .github/workflows/validate.yml

+ 1
- 1
.github/workflows/release.yml Vedi File

@@ -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 Vedi File

@@ -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


Caricamento…
Annulla
Salva