Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
verify:
runs-on: [self-hosted, linux, x64, vps-verify]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand All @@ -21,7 +21,7 @@ jobs:
# return, this step proves the served pages actually render without it.
- name: Render-blocking regression check (real Chromium)
run: |
npx playwright install chromium
npx playwright install --with-deps chromium
npm run check:render-blocking
- name: Wrangler config and bundle check
run: npx wrangler@latest deploy --dry-run
2 changes: 1 addition & 1 deletion .github/workflows/secret-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
jobs:
gitleaks:
name: Gitleaks
runs-on: [self-hosted, linux, x64, vps-verify]
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
Expand Down
Loading