From 2a7bb76060e1fe6cd2e92b24a00b8736aed182b2 Mon Sep 17 00:00:00 2001 From: Garris Date: Fri, 23 Feb 2024 01:45:45 -0800 Subject: [PATCH] Delete .github/workflows/build-compare.yml --- .github/workflows/build-compare.yml | 36 ----------------------------- 1 file changed, 36 deletions(-) delete mode 100644 .github/workflows/build-compare.yml diff --git a/.github/workflows/build-compare.yml b/.github/workflows/build-compare.yml deleted file mode 100644 index bbd91f593..000000000 --- a/.github/workflows/build-compare.yml +++ /dev/null @@ -1,36 +0,0 @@ -name: Build Compare Test - -on: - workflow_dispatch: - workflow_call: - -permissions: - contents: write - pull-requests: write - -env: - NODE_VERSION: 20 - -jobs: - build-compare: - name: 🚜 Build Compare - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - with: - fetch-depth: 1 - ref: ${{ github.event.pull_request.head.sha || github.ref }} - - - name: ⬢ Setup Node & Cache - uses: actions/setup-node@v4 - with: - cache: "npm" - cache-dependency-path: package-lock.json - - - name: ↧ Install - run: npm ci - - - name: "Run `npm run build-compare`" - run: | - npm run build-compare