You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by lh...@apache.org on 2022/09/09 20:44:05 UTC

[pulsar-client-reactive] branch main updated: Add concurrency control for GitHub Actions workflow

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

lhotari pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-client-reactive.git


The following commit(s) were added to refs/heads/main by this push:
     new 0d4b344  Add concurrency control for GitHub Actions workflow
0d4b344 is described below

commit 0d4b3445f3ad8c4ee6e574402b7d35e63421249c
Author: Lari Hotari <lh...@apache.org>
AuthorDate: Fri Sep 9 23:43:37 2022 +0300

    Add concurrency control for GitHub Actions workflow
---
 .github/workflows/ci.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9f433c7..2e2160b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -6,6 +6,10 @@ on:
   pull_request:
     branches: [ main ]
 
+concurrency:
+  group: ${{ github.workflow }}-${{ github.ref }}
+  cancel-in-progress: true
+
 jobs:
   build: