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