Skip to content

Commit 2b07c82

Browse files
authored
Comment out Tolgee CI workflow steps
1 parent 9d4f9d6 commit 2b07c82

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed
Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
1-
name: Tolgee CI
1+
# name: Tolgee CI
22

3-
on:
4-
schedule:
5-
- cron: 0 0 */2 * *
6-
workflow_dispatch:
7-
jobs:
8-
load-translations:
9-
if: github.repository == 'marticliment/UniGetUI'
10-
runs-on: ubuntu-latest
3+
# on:
4+
# schedule:
5+
# - cron: 0 0 */2 * *
6+
# workflow_dispatch:
7+
# jobs:
8+
# load-translations:
9+
# if: github.repository == 'marticliment/UniGetUI'
10+
# runs-on: ubuntu-latest
1111

12-
steps:
13-
- name: Checkout repository
14-
uses: actions/checkout@v6
12+
# steps:
13+
# - name: Checkout repository
14+
# uses: actions/checkout@v6
1515

16-
- name: Download Tolgee translations
17-
env:
18-
TOLGEE_KEY: "${{ secrets.TOLGEE_TOKEN }}"
19-
run: |
20-
cd scripts
21-
python download_translations.py --autocommit
16+
# - name: Download Tolgee translations
17+
# env:
18+
# TOLGEE_KEY: "${{ secrets.TOLGEE_TOKEN }}"
19+
# run: |
20+
# cd scripts
21+
# python download_translations.py --autocommit
2222

23-
- name: Create Pull Request
24-
uses: peter-evans/create-pull-request@v8
25-
with:
26-
delete-branch: true
27-
base: main
28-
token: "${{ secrets.REPO_SCOPED_TOKEN }}"
29-
labels: tolgee-ci
30-
title: "Load translations from Tolgee"
31-
body: ""
32-
assignees: marticliment
33-
author: "Martí Climent <marticlilop@gmail.com>"
34-
commit-message: |
35-
Load updated translations from Tolgee
36-
Co-authored-by: Martí Climent from the multiverse <121457539+martinet101@users.noreply.github.com>
37-
branch: pull-request/update-translation
23+
# - name: Create Pull Request
24+
# uses: peter-evans/create-pull-request@v8
25+
# with:
26+
# delete-branch: true
27+
# base: main
28+
# token: "${{ secrets.REPO_SCOPED_TOKEN }}"
29+
# labels: tolgee-ci
30+
# title: "Load translations from Tolgee"
31+
# body: ""
32+
# assignees: marticliment
33+
# author: "Martí Climent <marticlilop@gmail.com>"
34+
# commit-message: |
35+
# Load updated translations from Tolgee
36+
# Co-authored-by: Martí Climent from the multiverse <121457539+martinet101@users.noreply.github.com>
37+
# branch: pull-request/update-translation

0 commit comments

Comments
 (0)