Skip to content

Commit f8d922a

Browse files
authored
Comment out conditions for testing in workflow
Temporarily disable jobs for testing purposes. Signed-off-by: Aviv Keller <me@aviv.sh>
1 parent 5de66a6 commit f8d922a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/translations-sync.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ env:
2424
jobs:
2525
synchronize-with-crowdin:
2626
runs-on: ubuntu-latest
27+
# FOR TESTING
28+
if: false
2729
steps:
2830
- name: Harden Runner
2931
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
@@ -57,7 +59,8 @@ jobs:
5759
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
5860

5961
format_crowdin_pull_request:
60-
needs: synchronize-with-crowdin
62+
# FOR TESTING
63+
# needs: synchronize-with-crowdin
6164
runs-on: ubuntu-latest
6265

6366
permissions:

0 commit comments

Comments
 (0)