fix ci/cd 2

This commit is contained in:
Иван 2026-03-10 21:44:04 +03:00
parent e7fc8553fb
commit d68c0b5756
1 changed files with 2 additions and 3 deletions

View File

@ -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