瀏覽代碼

Add self-hosted runners.

tags/v4.0.0-beta.1
Luigi Cruz 4 年之前
父節點
當前提交
040f0e959e
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. +1
    -1
      .github/workflows/release.yml
  2. +1
    -1
      .github/workflows/validate.yml

+ 1
- 1
.github/workflows/release.yml 查看文件

@@ -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 查看文件

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


Loading…
取消
儲存