fix(ci): align stable release runner

This commit is contained in:
Tam Nhu Tran
2026-04-28 23:30:33 -04:00
parent ae4603c50c
commit 4458774d5c
2 changed files with 35 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ on:
jobs:
release:
if: ${{ github.ref == 'refs/heads/main' }}
runs-on: ubuntu-latest
runs-on: [self-hosted, linux, x64]
permissions:
contents: write