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

This commit is contained in:
Ashwin Kumar Sivakumar 2026-06-16 00:50:03 +05:30
parent 41b3bf3e1d
commit 15df115504

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