fix(ci): run frontend deploys on self-hosted runners

This commit is contained in:
Ashwin Kumar Sivakumar 2026-06-16 00:50:02 +05:30
parent 89ee3f8067
commit 83100dd903

View file

@ -21,7 +21,7 @@ env:
jobs:
build-deploy:
runs-on: ubuntu-latest
runs-on: [self-hosted, linux, x64, ubuntu-latest, docker-ready]
steps:
- name: Checkout
uses: actions/checkout@v4