fix(ci): workflow run-on
Some checks failed
Build and deploy / build (push) Failing after 3m4s
Build and deploy / deploy (push) Has been skipped

This commit is contained in:
2025-12-19 11:29:09 +03:00
parent 12f5b34514
commit 1be40d3eda

View File

@@ -7,7 +7,7 @@ on:
jobs:
build:
runs-on: self-hosted:host
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
@@ -23,7 +23,7 @@ jobs:
push: true
tags: smallbuster/fe-docs:latest
deploy:
runs-on: self-hosted:host
runs-on: ubuntu-latest
needs: build
steps:
- name: Checkout repository