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

nfilotto pushed a commit to branch remove-quick-test-in-main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/remove-quick-test-in-main by 
this push:
     new 89feb8ed037 (chores) ci: Ignore github actions
89feb8ed037 is described below

commit 89feb8ed03771b7ad9f623e6813f782c4f6e4878
Author: Nicolas Filotto <[email protected]>
AuthorDate: Tue Jul 11 10:44:04 2023 +0200

    (chores) ci: Ignore github actions
---
 .github/workflows/pr-build-camel-3.yml | 1 +
 .github/workflows/pr-build-main.yml    | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.github/workflows/pr-build-camel-3.yml 
b/.github/workflows/pr-build-camel-3.yml
index 9bafb939aa0..4370ecbd6d3 100644
--- a/.github/workflows/pr-build-camel-3.yml
+++ b/.github/workflows/pr-build-camel-3.yml
@@ -24,6 +24,7 @@ on:
       - camel-3.18.x
       - camel-3.x
     paths-ignore:
+      - .github
       - README.md
       - SECURITY.md
       - Jenkinsfile
diff --git a/.github/workflows/pr-build-main.yml 
b/.github/workflows/pr-build-main.yml
index c24b0823900..bc78b5e2afd 100644
--- a/.github/workflows/pr-build-main.yml
+++ b/.github/workflows/pr-build-main.yml
@@ -22,6 +22,7 @@ on:
     branches:
       - main
     paths-ignore:
+      - .github
       - README.md
       - SECURITY.md
       - Jenkinsfile

Reply via email to