From 9ef1ae68b7b3e2183c9a84af7154a18fc40f213f Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Wed, 8 Mar 2023 16:03:49 +0900 Subject: [PATCH] Ignoring README changes in RHEL build pipeline --- .github/workflows/images_build_rhel.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/images_build_rhel.yml b/.github/workflows/images_build_rhel.yml index 7e0ac1884..fd70408fd 100644 --- a/.github/workflows/images_build_rhel.yml +++ b/.github/workflows/images_build_rhel.yml @@ -12,6 +12,7 @@ on: - '6.4' - 'trunk' paths: + - '!**/README.md' - 'Dockerfiles/*/rhel/*' - '.github/workflows/images_build_rhel.yml'