From 35be451c7392bfd55087294ee26d62e7605b4ed0 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Tue, 16 Jan 2024 15:06:09 -0500 Subject: [PATCH] Reduce CI time --- .github/workflows/ci.yml | 2 -- .github/workflows/pr-fixer.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e7cac6..6600e9f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,8 +34,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: wyvox/action-setup-pnpm@v3 - - run: pnpm build - - run: pnpm i -f # re sync injected deps - name: "Verify that no manually needed fixes / violations are present" run: pnpm lint diff --git a/.github/workflows/pr-fixer.yml b/.github/workflows/pr-fixer.yml index a665548..91aab11 100644 --- a/.github/workflows/pr-fixer.yml +++ b/.github/workflows/pr-fixer.yml @@ -17,8 +17,6 @@ jobs: token: ${{ secrets.GH_PR_FIXER }} ref: ${{ github.head_ref }} - uses: wyvox/action-setup-pnpm@v3 - - run: pnpm build - - run: pnpm i -f # re sync injected deps ################################################### # Commit easily fixable things back to the branch