fix ci/cd

This commit is contained in:
Иван 2026-03-10 21:39:31 +03:00
parent 2f6d46de46
commit 64cd684fc8
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,9 @@ on:
jobs:
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:
- name: Checkout
uses: actions/checkout@v4