Use host runner label for dev
Some checks failed
Deploy Stacks / deploy-prod (push) Has been skipped
Deploy Stacks / deploy-dev (push) Has been cancelled

This commit is contained in:
2025-12-31 19:58:17 -05:00
parent 9d60438d05
commit cb78589dd7
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ jobs:
deploy-dev:
if: ${{ github.ref == 'refs/heads/dev' }}
runs-on: ubuntu-dev
runs-on: ubuntu-dev:host
steps:
- uses: actions/checkout@v4
with: