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

Don't run certain workflows on forks #1460

Merged

Conversation

cewert
Copy link
Member

@cewert cewert commented Oct 30, 2023

This will disable most of the workflows from running on forks - even if the user enables workflows for their fork.

At first, I just wanted to disable the workflow that deploys the api docs but I've also disabled all the workflows that use the jellyfin-bot org secret since the fork won't have access to the jellyfin-bot secrets

Changes

  • Add an if conditional to most of the workflows -> only run if github repo = jellyfin/jellyfin-roku

@cewert cewert requested a review from a team as a code owner October 30, 2023 23:30
@cewert cewert merged commit 238a166 into jellyfin:unstable Oct 31, 2023
9 checks passed
@cewert cewert deleted the dont-run-certain-workflows-on-forks branch October 31, 2023 21:05
@cewert cewert added the dev-improvement This improves the dev experience in some way. label Nov 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev-improvement This improves the dev experience in some way.
Projects
Development

Successfully merging this pull request may close these issues.

2 participants