Skip to content
Snippets Groups Projects
Unverified Commit d4866c5f authored by Michael Kriese's avatar Michael Kriese Committed by GitHub
Browse files

chore(ci): remove auto cancel action (#6209)



Co-authored-by: default avatarRhys Arkins <rhys@arkins.net>
parent f71c08cc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment