From b669a5f5ab483bf124c44c55141ffa8f8bdd34f9 Mon Sep 17 00:00:00 2001 From: Sergey Nuyanzin Date: Mon, 4 May 2026 10:28:00 +0200 Subject: [PATCH] [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 d8834a4fe4674..71fe223d84153 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