fix: Update runner targets
Some checks failed
Deploy to Staging / Build Images (push) Failing after 6s
Deploy to Staging / Deploy to Staging (push) Has been skipped
Deploy to Staging / Verify Staging (push) Has been skipped
Deploy to Staging / Notify Staging Ready (push) Has been skipped
Deploy to Staging / Notify Staging Failure (push) Successful in 5s

This commit is contained in:
Eric Gullickson
2025-12-29 21:22:47 -06:00
parent dfff25e652
commit 9b22c5effd
3 changed files with 32 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ env:
jobs:
maintenance-migration:
name: Run Maintenance Migration
runs-on: mvp-prod
runs-on: prod
steps:
- name: Checkout code
uses: actions/checkout@v4

View File

@@ -17,7 +17,7 @@ env:
jobs:
mirror:
name: Mirror Base Images
runs-on: mvp-build
runs-on: stage
steps:
- name: Checkout code
uses: actions/checkout@v4