mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-09-26 19:20:55 -04:00
ci: fix branch check
This commit is contained in:
parent
c5c44db119
commit
e2eff5ebed
1 changed files with 2 additions and 5 deletions
7
.github/workflows/renovate.yml
vendored
7
.github/workflows/renovate.yml
vendored
|
@ -1,8 +1,5 @@
|
|||
name: Renovate
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- "renovate/yt-dlp-**"
|
||||
on: pull_request
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
@ -11,7 +8,7 @@ permissions:
|
|||
jobs:
|
||||
renovate:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event.pull_request.user.login == 'renovate[bot]' && github.repository == 'internetarchive/brozzler'
|
||||
if: github.event.pull_request.user.login == 'renovate[bot]' && github.repository == 'internetarchive/brozzler' && startsWith(github.event.pull_request.head.ref, 'renovate/yt-dlp-')
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install chrome
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue