diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b5f0bfe6d8b10ce805c2581c9a485e2259742444..fc8ba941a6b47e5b149197d2d3c03ad75eb2bdea 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