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

davidarthur pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kafka-merge-queue-sandbox.git


The following commit(s) were added to refs/heads/main by this push:
     new a3409a2  split workflows
a3409a2 is described below

commit a3409a2cad176271628526e492288efb1ec8a161
Author: David Arthur <mum...@gmail.com>
AuthorDate: Wed Jul 3 10:21:28 2024 -0400

    split workflows
---
 .github/workflows/{pull-request.yml => merge-queue.yml} | 3 +--
 .github/workflows/pull-request.yml                      | 1 -
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/.github/workflows/pull-request.yml 
b/.github/workflows/merge-queue.yml
similarity index 90%
copy from .github/workflows/pull-request.yml
copy to .github/workflows/merge-queue.yml
index 36bdc42..067de5d 100644
--- a/.github/workflows/pull-request.yml
+++ b/.github/workflows/merge-queue.yml
@@ -1,7 +1,6 @@
-name: Validate PR
+name: Validate PRs in merge queue
 
 on:
-  pull_request:
   merge_group:
 
 jobs:
diff --git a/.github/workflows/pull-request.yml 
b/.github/workflows/pull-request.yml
index 36bdc42..878ea3c 100644
--- a/.github/workflows/pull-request.yml
+++ b/.github/workflows/pull-request.yml
@@ -2,7 +2,6 @@ name: Validate PR
 
 on:
   pull_request:
-  merge_group:
 
 jobs:
   validate-pr:

Reply via email to