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

snuyanzin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new aaf5dde5ee8 [hotfix][ci] Do not run GHA if only azure pipelines are 
changed
aaf5dde5ee8 is described below

commit aaf5dde5ee89ae77d5907f05c0b17c402193a80f
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Mon Jul 27 14:27:06 2026 +0200

    [hotfix][ci] Do not run GHA if only azure pipelines are changed
---
 .github/workflows/ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 919472fb2d2..ee5412dd472 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -30,6 +30,7 @@ on:
       - '.gitignore'
       - '.gitattributes'
       - 'azure-pipelines.yml'
+      - 'tools/azure-pipelines/**'
   workflow_dispatch:
 
 concurrency:

Reply via email to