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


The following commit(s) were added to refs/heads/main by this push:
     new e10843759e Add antora.yml to CI workflow ignored paths
e10843759e is described below

commit e10843759ea09f0e722dc66ae2cedcd33574a11e
Author: James Netherton <[email protected]>
AuthorDate: Thu Sep 19 15:26:04 2024 +0100

    Add antora.yml to CI workflow ignored paths
---
 .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 6630e6f97b..f2fbd680a8 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -43,6 +43,7 @@ on:
       - '.github/workflows/pr-validate.yml'
       - '.github/workflows/quarkus-master-cron.yaml'
       - '.github/workflows/synchronize-dependabot-branch.yaml'
+      - 'docs/antora.yml'
   pull_request:
     branches:
       - main
@@ -67,6 +68,7 @@ on:
       - '.github/workflows/pr-validate.yml'
       - '.github/workflows/quarkus-master-cron.yaml'
       - '.github/workflows/synchronize-dependabot-branch.yaml'
+      - 'docs/antora.yml'
 
 concurrency:
   group: ${{ github.ref }}-${{ github.workflow }}
diff --git a/.github/workflows/pr-validate.yml 
b/.github/workflows/pr-validate.yml
index cf466deb23..d28e37eb72 100644
--- a/.github/workflows/pr-validate.yml
+++ b/.github/workflows/pr-validate.yml
@@ -42,6 +42,7 @@ on:
       - '.github/workflows/pr-validate.yml'
       - '.github/workflows/quarkus-master-cron.yaml'
       - '.github/workflows/synchronize-dependabot-branch.yaml'
+      - 'docs/antora.yml'
 
 concurrency:
   group: ${{ github.ref }}-${{ github.workflow }}

Reply via email to