chore: migrate from blacksmith to fully use self-hosted workers

This commit is contained in:
LukeGus
2026-05-27 18:47:24 -05:00
parent 184e573caa
commit 4816844bf0
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ on:
jobs:
generate-openapi:
name: Generate OpenAPI JSON
runs-on: blacksmith-2vcpu-ubuntu-2404
runs-on: self-hosted
steps:
- name: Checkout repository