fix ci/cd 2
This commit is contained in:
parent
e7fc8553fb
commit
d68c0b5756
|
|
@ -6,9 +6,8 @@ on:
|
|||
|
||||
jobs:
|
||||
build-and-start:
|
||||
# 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]
|
||||
# Use exact labels from your runner (e.g. "ubuntu:latest" if that's what you see)
|
||||
runs-on: [ubuntu-latest, docker]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Reference in New Issue