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

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


The following commit(s) were added to refs/heads/master by this push:
     new a1cb3095f1 Disable workflow as action is not allowed
a1cb3095f1 is described below

commit a1cb3095f12034e75302bc837158d15c300bf2be
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Tue Aug 5 14:33:01 2025 +0200

    Disable workflow as action is not allowed
    
    dorny/paths-filter  is not allowed (anymore)
---
 .github/workflows/maven-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven-ci.yml b/.github/workflows/maven-ci.yml
index febb6fe2ff..c9564a9d95 100644
--- a/.github/workflows/maven-ci.yml
+++ b/.github/workflows/maven-ci.yml
@@ -2,7 +2,7 @@ name: Github CI Build
 
 on:
   push:
-    branches: [ "master" ]
+    branches: [ "masterdisabled" ]
     paths:
       - 'scr/**'
       - 'http/**'
@@ -12,7 +12,7 @@ on:
       - 'webconsole/**'
       - 'framework/**'
   pull_request:
-    branches: [ "master" ]
+    branches: [ "masterdisabled" ]
     paths:
       - 'scr/**'
       - 'http/**'

Reply via email to