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 530a14bb2f4 [hotfix][ci] Ignore GHA build on non-code changes
530a14bb2f4 is described below

commit 530a14bb2f4d4c35d9c47d768b5e46c6ed10073e
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Mon May 4 13:39:10 2026 +0200

    [hotfix][ci] Ignore GHA build on non-code changes
---
 .github/workflows/ci.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d8834a4fe46..71fe223d841 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -20,6 +20,11 @@ name: "Flink CI (beta)"
 
 on:
   push:
+    paths-ignore:
+      - 'docs/**'
+      - '**.md'
+      - '.gitignore'
+      - '.gitattributes'
   workflow_dispatch:
 
 permissions: read-all

Reply via email to