This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git


The following commit(s) were added to refs/heads/main by this push:
     new cc72a365f CI: restrict number of parallel jobs (#969)
cc72a365f is described below

commit cc72a365f2c1260aa45d522455b3d6d0dd012c42
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Jan 29 13:52:23 2025 +0100

    CI: restrict number of parallel jobs (#969)
---
 .github/workflows/check-build-test.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/check-build-test.yml 
b/.github/workflows/check-build-test.yml
index d5b52994e..c03158fae 100644
--- a/.github/workflows/check-build-test.yml
+++ b/.github/workflows/check-build-test.yml
@@ -90,6 +90,7 @@ jobs:
 
     strategy:
       fail-fast: false
+      max-parallel: 10
       matrix:
         include:
           - { connector: amqp,                         pre_cmd: 'docker 
compose up -d amqp' }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to