chore(ci): run main workflows on self-hosted runners (#602)

Split PR CI (GitHub-hosted) from main push CI/deploy (page-agent-trusted).
This commit is contained in:
Simon
2026-07-09 15:35:59 +08:00
committed by GitHub
parent 3162ac5b45
commit d77ac0322d
3 changed files with 34 additions and 9 deletions
+2 -1
View File
@@ -3,10 +3,11 @@ name: Deploy Website
on:
push:
branches: [main]
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
runs-on: page-agent-trusted
permissions:
contents: read
pages: write