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

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 853692a21ba8ad88d4cfe75c205efa1b70af1ca4
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Fri Jun 20 08:01:12 2025 +0100

    Exclude release-utils from CI triggers
---
 .github/workflows/ci-build.yaml   | 2 ++
 .github/workflows/pr-validate.yml | 1 +
 2 files changed, 3 insertions(+)

diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index 2991328c0f..b81c64d002 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -46,6 +46,7 @@ on:
       - '.github/workflows/quarkus-master-cron.yaml'
       - '.github/workflows/synchronize-dependabot-branch.yaml'
       - 'docs/antora.yml'
+      - 'release-utils/**'
   pull_request:
     branches:
       - main
@@ -73,6 +74,7 @@ on:
       - '.github/workflows/quarkus-master-cron.yaml'
       - '.github/workflows/synchronize-dependabot-branch.yaml'
       - 'docs/antora.yml'
+      - 'release-utils/**'
 
 concurrency:
   group: ${{ github.ref }}-${{ github.workflow }}
diff --git a/.github/workflows/pr-validate.yml 
b/.github/workflows/pr-validate.yml
index 1a9b283e54..aff45aaa31 100644
--- a/.github/workflows/pr-validate.yml
+++ b/.github/workflows/pr-validate.yml
@@ -46,6 +46,7 @@ on:
       - '.github/workflows/quarkus-master-cron.yaml'
       - '.github/workflows/synchronize-dependabot-branch.yaml'
       - 'docs/antora.yml'
+      - 'release-utils/**'
 
 concurrency:
   group: ${{ github.ref }}-${{ github.workflow }}

Reply via email to