fix ci/cd 2
This commit is contained in:
parent
e7fc8553fb
commit
d68c0b5756
|
|
@ -6,9 +6,8 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-start:
|
build-and-start:
|
||||||
# Must match your runner's labels (e.g. from act_runner register --labels).
|
# Use exact labels from your runner (e.g. "ubuntu:latest" if that's what you see)
|
||||||
# If your runner has other labels, replace with those (e.g. runs-on: my-runner).
|
runs-on: [ubuntu-latest, docker]
|
||||||
runs-on: [self-hosted]
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue