Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicated CI jobs for RenovateBot upgrades with PR #1960

Open
jelhan opened this issue Nov 5, 2023 · 0 comments
Open

Duplicated CI jobs for RenovateBot upgrades with PR #1960

jelhan opened this issue Nov 5, 2023 · 0 comments

Comments

@jelhan
Copy link
Contributor

jelhan commented Nov 5, 2023

If RenovateBot pushes a commit to a branch for which a PR exists, every CI job runs twice. I assume once for the branch and once for the PR.

This is specific to RebovateBot. CI does not run on every branch. Only master and rebovate/*.

on:
push:
branches:
- master
- renovate/*
tags:
- '*'
pull_request:
schedule:
- cron: '0 4 * * 5' # Fridays at 4am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant