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