Chore: Remove unneeded .env entry, revert crowdin action rm, reduce frequency

This commit is contained in:
shamoon 2023-12-02 08:24:17 -08:00
parent 5a20c8e512
commit 1b69b89d2d
2 changed files with 1 additions and 6 deletions

1
.env
View File

@ -1,2 +1 @@
COMPOSE_PROJECT_NAME=paperless
export PROMPT="(pipenv-projectname)$P$G"

View 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: