Skip to content

Commit

Permalink
Chore: Remove unneeded .env entry, revert crowdin action rm, reduce f…
Browse files Browse the repository at this point in the history
…requency
  • Loading branch information
shamoon committed Dec 2, 2023
1 parent 5a20c8e commit 1b69b89
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion .env
@@ -1,2 +1 @@
COMPOSE_PROJECT_NAME=paperless
export PROMPT="(pipenv-projectname)$P$G"
6 changes: 1 addition & 5 deletions .github/workflows/crowdin.yml
Expand Up @@ -3,7 +3,7 @@ name: Crowdin Action
on:
workflow_dispatch:
schedule:
- cron: '2 */1 * * *'
- cron: '2 */12 * * *'
push:
paths: [
'src/locale/**',
Expand All @@ -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:
Expand Down

1 comment on commit 1b69b89

@shamoon
Copy link
Member Author

@shamoon shamoon commented on 1b69b89 Dec 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For future reference: #102

Please sign in to comment.