Skip to content

Commit 07fcc51

Browse files
authored
Merge pull request #2157 from tecpromotion/max-parallel-1
add fail-fast and max-parallel
2 parents d455793 + ae2573c commit 07fcc51

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/local-upload-german-all_v5.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
synchronize-with-crowdin:
99
runs-on: ubuntu-latest
1010
strategy:
11+
fail-fast: false
12+
max-parallel: 1 # Should be 1 to avoid parallel builds
1113
matrix:
1214
include:
1315
- language: de

.github/workflows/local-upload-german-all_v6.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
synchronize-with-crowdin:
99
runs-on: ubuntu-latest
1010
strategy:
11+
fail-fast: false
12+
max-parallel: 1 # Should be 1 to avoid parallel builds
1113
matrix:
1214
include:
1315
- language: de

0 commit comments

Comments
 (0)