From 12bda15a98552f1254c4fb7733ec08f96282ad00 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 c9c6bf2fc..6419f7506 100644 --- a/.github/workflows/images_build_rhel.yml +++ b/.github/workflows/images_build_rhel.yml @@ -10,6 +10,7 @@ on: - '6.0' - '6.2' paths: + - '!**/README.md' - 'Dockerfiles/*/rhel/*' - '.github/workflows/images_build_rhel.yml'