From 314ed50bac5831d74c43f445699fb8cc01605e32 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Mon, 2 Nov 2020 10:16:30 +0100 Subject: [PATCH] chore: remove obsolete cleanup job (#381) --- .github/workflows/build.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ab8cd740..b173f642 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,20 +9,7 @@ on: pull_request: jobs: - cleanup: - runs-on: ubuntu-latest - timeout-minutes: 5 - - steps: - - name: github-cleanup - uses: renovatebot/internal-tools@v0 - continue-on-error: true - with: - command: github-cleanup - token: ${{ secrets.GITHUB_TOKEN }} - commitlint: - needs: [cleanup] runs-on: ubuntu-latest steps: - name: Checkout @@ -33,7 +20,6 @@ jobs: uses: wagoid/commitlint-github-action@v2.1.0 lint: - needs: [cleanup] runs-on: ubuntu-latest steps: - name: Checkout @@ -48,7 +34,6 @@ jobs: run: npm run lint e2e: - needs: [cleanup] runs-on: ubuntu-latest strategy: fail-fast: false