Skip to content

Commit 2cc58d5

Browse files
authored
Disable Crowdin action commit to main branch and do it manually but push to Crowdin will still work (hestiacp#3744)
* Update crowdin.yml * Update hestiacp.pot When have time / motivation check if I can get working again
1 parent ab5a56b commit 2cc58d5

File tree

2 files changed

+4788
-11
lines changed

2 files changed

+4788
-11
lines changed

.github/workflows/crowdin.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Crowdin
22

33
on:
4-
schedule:
5-
- cron: "20 4 * * *"
64
workflow_dispatch:
75

86
jobs:
@@ -16,15 +14,6 @@ jobs:
1614
- name: Checkout code
1715
uses: actions/checkout@v3
1816
if: github.repository == 'hestiacp/hestiacp'
19-
- name: Build hestiacp.pot
20-
if: github.repository == 'hestiacp/hestiacp'
21-
run: |
22-
sudo apt-get -qq install gettext
23-
cd ./web/locale
24-
bash ./hst_scan_i18n.sh
25-
- name: Commit new .pot file
26-
if: github.repository == 'hestiacp/hestiacp'
27-
uses: stefanzweifel/git-auto-commit-action@v4
2817
- name: crowdin action
2918
uses: crowdin/github-action@v1
3019
if: github.repository == 'hestiacp/hestiacp'

0 commit comments

Comments
 (0)