fix: use correct runner label in deploy workflow
All checks were successful
Deploy c4 / deploy (push) Successful in 59s

The workflow was hanging because `ubuntu-latest` doesn't match the
Gitea Actions runner registered with the `games` label.
This commit is contained in:
Ryan Hamamura
2026-02-19 11:20:42 -10:00
parent 884650c68d
commit 5a5cd08abb

View File

@@ -9,7 +9,7 @@ env:
jobs:
deploy:
runs-on: ubuntu-latest
runs-on: games
steps:
- uses: actions/checkout@v4