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 4b94ae64b5e [hotfix][ci] Add more artifacts to skip GHA
4b94ae64b5e is described below

commit 4b94ae64b5e86745c067084c78f7b227cb5fcb0c
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Fri Jul 17 13:38:31 2026 +0200

    [hotfix][ci] Add more artifacts to skip GHA
---
 .github/workflows/ci.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3894432ecc3..919472fb2d2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -22,9 +22,14 @@ on:
   push:
     paths-ignore:
       - 'docs/**'
+      - '.idea/**'
       - '**.md'
+      - '.asf.yaml'
+      - '.editorconfig'
+      - '.git-blame-ignore-revs'
       - '.gitignore'
       - '.gitattributes'
+      - 'azure-pipelines.yml'
   workflow_dispatch:
 
 concurrency:

Reply via email to