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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]