From 7fd1fdf36578c0a2541ad3b0d8f808d403ca3a3e Mon Sep 17 00:00:00 2001 From: Jeremy Ruppel Date: Mon, 10 Aug 2026 19:11:20 +0000 Subject: [PATCH] chore(.github/workflows): remove Pixel CI check --- .github/workflows/ci.yaml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c189817c0c2..394a890f26f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1060,37 +1060,6 @@ jobs: path: ./site/test-results/**/debug-pprof-*.txt retention-days: 7 - storybook: - name: Storybook - - runs-on: ${{ github.repository_owner == 'coder' && 'depot-ubuntu-24.04-16' || 'ubuntu-latest' }} - - steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Checkout - with: - persist-credentials: false - - - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 - name: Install dependencies - with: - run_install: true - cache: true - - - run: pnpm storybook:build - working-directory: site/ - name: Build Storybook - - - run: pnpm playwright:install - working-directory: site/ - name: Install Chromium - - - run: pnpm pixel-storybook - working-directory: site/ - name: Snapshot - env: - PIXEL_KEY: ${{ secrets.PIXEL_KEY }} - offlinedocs: name: offlinedocs needs: changes