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