mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-20 11:37:07 +00:00
ci: remove example as the build can act as example
This commit is contained in:
parent
bb8b0ad0d8
commit
507fdfb31c
4 changed files with 1 additions and 27 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -62,7 +62,7 @@ jobs:
|
|||
- name: Renovate test
|
||||
uses: ./
|
||||
with:
|
||||
configurationFile: .github/config.js
|
||||
configurationFile: example/renovate-config.js
|
||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||
|
||||
build:
|
||||
|
|
|
|||
17
.github/workflows/example.yml
vendored
17
.github/workflows/example.yml
vendored
|
|
@ -1,17 +0,0 @@
|
|||
name: Example
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
jobs:
|
||||
example:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2.1.0
|
||||
- name: Renovate example
|
||||
uses: ./
|
||||
with:
|
||||
configurationFile: example/config.js
|
||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue