fix: use self-hosted runner label
Some checks failed
Build & Deploy Frontend / build (push) Failing after 45s
Build & Deploy Frontend / deploy (push) Has been skipped

This commit is contained in:
joe
2026-07-19 02:13:56 +08:00
parent fe1c93eacc
commit 354ab8aab8

View File

@@ -15,7 +15,7 @@ env:
jobs:
build:
runs-on: k3s-runner-01
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v4
@@ -59,7 +59,7 @@ jobs:
deploy:
needs: build
runs-on: k3s-runner-01
runs-on: self-hosted
if: github.ref == 'refs/heads/main'
steps:
- name: Trigger ArgoCD sync