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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user