fix: pin deploy job to agent-workspace runner #47

Merged
mark merged 1 commits from fix/deploy-runner-label into main 2026-03-04 11:24:17 +00:00

View File

@@ -215,7 +215,7 @@ jobs:
deploy:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
runs-on: deploy
steps:
- name: Deploy to lintel-prod-01
uses: appleboy/ssh-action@v1