Skip to content

Commit 221e7c6

Browse files
fix(ci): Remove parallelisation of CI jobs to make it more robust
This is a temporary fix. Refs: #163
1 parent 440b9e8 commit 221e7c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
strategy:
4545
fail-fast: false
46+
max-parallel: 1 # Avoid rate-limit issue on Slack API
4647
matrix:
4748
php-version: [ '8.0', '8.1', '8.2' ]
4849
composer-flags: [ '' ]

0 commit comments

Comments
 (0)