Replies: 1 comment 1 reply
-
Yes of course! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
As a user who has forked the Xournal++ repository, I’ve noticed that the Crowdin-related GitHub Actions (
download-translations-from-crowdin.yml
andupload-translatable-strings-to-crowdin.yml
) are also triggered in my fork whenever the upstream repository changes.Since the Crowdin integration is only relevant for the main repository (
xournalpp/xournalpp
), these workflows always fail on forks and cause unnecessary email notifications. While this is harmless, it’s also a bit noisy and wasteful.To prevent this, I suggest adding a simple conditional to the beginning of each relevant job:
This ensures the workflows only run in the main repo and are skipped entirely in forks. It's a minor change but could benefit all contributors who fork Xournal++ and want to avoid unnecessary CI runs or errors.
Would you be open to a PR for this?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions