You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by fa...@apache.org on 2023/03/11 10:10:53 UTC

[incubator-pekko-connectors-kafka] branch main updated: try to limit this one concurrent run per PR (#31)

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/incubator-pekko-connectors-kafka.git


The following commit(s) were added to refs/heads/main by this push:
     new 91da0e46 try to limit this one concurrent run per PR (#31)
91da0e46 is described below

commit 91da0e46fca15c6a33bfa810eb87f8973542d74f
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Sat Mar 11 11:10:49 2023 +0100

    try to limit this one concurrent run per PR (#31)
---
 .github/workflows/check-build-test.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/check-build-test.yml b/.github/workflows/check-build-test.yml
index 01804e53..d0d13cbe 100644
--- a/.github/workflows/check-build-test.yml
+++ b/.github/workflows/check-build-test.yml
@@ -8,6 +8,10 @@ on:
       - main
       - release-*
     tags-ignore: [ v.* ]
+    
+concurrency:
+  group: ${{ github.workflow }} @ ${{ github.ref }}
+  cancel-in-progress: true
 
 env:
   PEKKO_TEST_TIMEFACTOR: 10.0


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org