This commit is contained in:
sijinhui 2024-02-26 18:26:03 +08:00
parent 2f76441183
commit c7c688cac0
2 changed files with 4 additions and 4 deletions

View File

@ -8,8 +8,8 @@ on:
jobs: jobs:
build: build:
name: build test image to aly name: build test image to aly
runs-on: thinkpad # runs-on: thinkpad
# runs-on: ubuntu-latest runs-on: ubuntu-latest
# runs-on: self-hosted # runs-on: self-hosted
steps: steps:
- name: Check out the repo - name: Check out the repo

View File

@ -16,8 +16,8 @@ jobs:
build: build:
name: build image to aly name: build image to aly
# runs-on: "103.200" # runs-on: "103.200"
runs-on: thinkpad # runs-on: thinkpad
# runs-on: ubuntu-latest runs-on: ubuntu-latest
# runs-on: self-hosted # runs-on: self-hosted
steps: steps:
- name: Check out the repo - name: Check out the repo