update deploy runs-on
Some checks failed
Build and Deploy API Server / build (push) Successful in 53s
Build and Deploy API Server / deploy (push) Failing after 6s

This commit is contained in:
Farid Siddiqi 2025-12-23 18:58:41 -08:00
parent 959acc33a8
commit 351011f9e2

View File

@ -81,7 +81,7 @@ jobs:
deploy: deploy:
needs: build needs: build
runs-on: self-hosted runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' && github.event_name == 'push' if: github.ref == 'refs/heads/main' && github.event_name == 'push'
steps: steps: