ci: rename deployment runner for formulation
Build & Deploy Formulation / Build & Push Image (push) Successful in 18s
Sync Knowledge / sync (push) Failing after 1s
Build & Deploy Formulation / deploy (push) Successful in 9s

This commit is contained in:
2026-08-13 18:20:28 -05:00
parent 816b28e179
commit 20e23b100f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ jobs:
deploy:
needs: build
runs-on: recipe-book-deploy
runs-on: formulation-deploy
env:
IMAGE_TAG: ${{ github.sha }}
steps:
+1 -1
View File
@@ -18,7 +18,7 @@ env:
jobs:
sync:
runs-on: recipe-book-deploy
runs-on: formulation-deploy
steps:
- name: Check out repository