chore: remove obsolete cleanup job (#381)

This commit is contained in:
Michael Kriese 2020-11-02 10:16:30 +01:00 committed by GitHub
parent ebb985bc0e
commit 314ed50bac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,20 +9,7 @@ on:
pull_request: pull_request:
jobs: 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: commitlint:
needs: [cleanup]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
@ -33,7 +20,6 @@ jobs:
uses: wagoid/commitlint-github-action@v2.1.0 uses: wagoid/commitlint-github-action@v2.1.0
lint: lint:
needs: [cleanup]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
@ -48,7 +34,6 @@ jobs:
run: npm run lint run: npm run lint
e2e: e2e:
needs: [cleanup]
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
fail-fast: false fail-fast: false