change mach

This commit is contained in:
sijinhui 2024-04-02 13:33:44 +08:00
parent 5b2367bede
commit e26ddba1fb
2 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ jobs:
build:
name: build test image to aly
# runs-on: thinkpad
runs-on: almalinux
runs-on: self
# runs-on: self-hosted
steps:
- name: Check out the repo
@ -32,7 +32,7 @@ jobs:
yes | docker system prune --filter "until=168h"
deploy:
name: 部署到dev服务器
runs-on: z4
runs-on: self
needs: build
steps:
- name: Check out the repo

View File

@ -17,7 +17,7 @@ jobs:
name: build image to aly
# runs-on: "103.200"
# runs-on: thinkpad
runs-on: almalinux
runs-on: self
# runs-on: self-hosted
steps:
- name: Check out the repo
@ -36,7 +36,7 @@ jobs:
deploy:
name: 部署到服务器
needs: build
runs-on: z4
runs-on: self
steps:
- name: Check out the repo
uses: actions/checkout@v3