mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 17:02:36 +00:00
chore: remove obsolete cleanup job (#381)
This commit is contained in:
parent
ebb985bc0e
commit
314ed50bac
1 changed files with 0 additions and 15 deletions
15
.github/workflows/build.yml
vendored
15
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue