mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 06:45:05 +01:00
Chore: Remove unneeded .env entry, revert crowdin action rm, reduce frequency
This commit is contained in:
parent
5a20c8e512
commit
1b69b89d2d
2 changed files with 1 additions and 6 deletions
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…
Add table
Add a link
Reference in a new issue