mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-03-31 13:35:08 -05:00
Chore: Remove unneeded .env entry, revert crowdin action rm, reduce frequency
This commit is contained in:
parent
5a20c8e512
commit
1b69b89d2d
1
.env
1
.env
@ -1,2 +1 @@
|
||||
COMPOSE_PROJECT_NAME=paperless
|
||||
export PROMPT="(pipenv-projectname)$P$G"
|
||||
|
6
.github/workflows/crowdin.yml
vendored
6
.github/workflows/crowdin.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user