]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Chore: Remove unneeded .env entry, revert crowdin action rm, reduce frequency
authorshamoon <4887959+shamoon@users.noreply.github.com>
Sat, 2 Dec 2023 16:24:17 +0000 (08:24 -0800)
committershamoon <4887959+shamoon@users.noreply.github.com>
Sat, 2 Dec 2023 16:24:17 +0000 (08:24 -0800)
.env
.github/workflows/crowdin.yml

diff --git a/.env b/.env
index 46f5578860cef37acf9198aa8a5228a5b665de51..0bd5be6ffa07e9b9bf7cf7b7fc1e854c77672678 100644 (file)
--- a/.env
+++ b/.env
@@ -1,2 +1 @@
 COMPOSE_PROJECT_NAME=paperless
-export PROMPT="(pipenv-projectname)$P$G"
index d509787d510a025ae9ca7698f4750e521532d1d4..11dc0b36ab6348552bb6cf36cada8b75abaf7bee 100644 (file)
@@ -3,7 +3,7 @@ name: Crowdin Action
 on:
   workflow_dispatch:
   schedule:
-    - cron: '2 */1 * * *'
+    - cron: '2 */12 * * *'
   push:
     paths: [
       'src/locale/**',
@@ -19,10 +19,6 @@ jobs:
     steps:
     - name: Checkout
       uses: actions/checkout@v4
-    - name: Remove .env
-      run: |
-        rm -f \
-          .env
     - name: crowdin action
       uses: crowdin/github-action@v1
       with: