]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Chore: do not run Crowdin action on forks (#7904)
authortooomm <tooomm@users.noreply.github.com>
Sun, 13 Oct 2024 15:37:41 +0000 (17:37 +0200)
committerGitHub <noreply@github.com>
Sun, 13 Oct 2024 15:37:41 +0000 (08:37 -0700)
.github/workflows/crowdin.yml

index ff14da268517b00b9638e0ba84e1f0ecc2279c6c..d5d358d9a3fca8a0b828bcbe040dacc1b1640b89 100644 (file)
@@ -15,6 +15,7 @@ on:
 jobs:
   synchronize-with-crowdin:
     name: Crowdin Sync
+    if: github.repository_owner == 'paperless-ngx'
     runs-on: ubuntu-latest
 
     steps: