From d4866c5fcf0048bc03d5b09e08c2ebaac2ae8e65 Mon Sep 17 00:00:00 2001
From: Michael Kriese <michael.kriese@visualon.de>
Date: Tue, 12 May 2020 10:22:49 +0200
Subject: [PATCH] chore(ci): remove auto cancel action (#6209)

Co-authored-by: Rhys Arkins <rhys@arkins.net>
---
 .github/workflows/build.yml | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b5f0bfe6d8..fc8ba941a6 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -9,7 +9,6 @@ on:
   pull_request:
 
 env:
-  DOCKER_REPO: renovate/renovate
   YARN_MODULES_CACHE_KEY: v1
   YARN_PACKAGE_CACHE_KEY: v1
   YARN_CACHE_FOLDER: .cache/yarn
@@ -18,21 +17,7 @@ env:
   FORCE_COLOR: true
 
 jobs:
-  cleanup:
-    runs-on: ubuntu-latest
-    timeout-minutes: 5
-
-    steps:
-      - name: github-cleanup
-        uses: renovatebot/gh-action@v0
-        continue-on-error: true
-        with:
-          command: github-cleanup
-          token: ${{ secrets.GH_TOKEN }}
-          dry-run: ${{github.ref == 'refs/heads/master'}}
-
   test:
-    needs: [cleanup]
     runs-on: ${{ matrix.os }}
 
     # tests shouldn't need more time
@@ -139,7 +124,6 @@ jobs:
         run: yarn test-e2e
 
   lint:
-    needs: [cleanup]
     runs-on: ubuntu-latest
 
     # lint shouldn't need more than 10 min
-- 
GitLab