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

workflows: only run cron jobs on main repo #3139

Merged
merged 1 commit into from
Nov 19, 2024
Merged

Conversation

mtardy
Copy link
Member

@mtardy mtardy commented Nov 19, 2024

Fixes #3107.

Avoid running cron jobs, especially renovate, on forks which would fail because of the absence of secrets.

Avoid running cron jobs, especially renovate, on forks which would fail
because of the absence of secrets.

Signed-off-by: Mahe Tardy <mahe.tardy@gmail.com>
@mtardy mtardy added area/ci Related to CI release-note/ci This PR makes changes to the CI. labels Nov 19, 2024
@mtardy mtardy requested a review from kkourt November 19, 2024 10:55
@mtardy mtardy requested review from willfindlay and a team as code owners November 19, 2024 10:55
@mtardy mtardy merged commit c8f13cf into main Nov 19, 2024
41 checks passed
@mtardy mtardy deleted the pr/mtardy/cron-fork branch November 19, 2024 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci Related to CI release-note/ci This PR makes changes to the CI.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ci: renovate fails for forks
2 participants