From 7fec1ee910c232bbf9c499f2c5cae3b68dfcf7d8 Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad Date: Thu, 18 Jan 2024 14:24:26 -0800 Subject: [PATCH 1/4] Trigger manifest check only for mentioned paths Signed-off-by: Sayali Gaikawad --- .github/workflows/manifests.yml | 3 +++ README.md | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/manifests.yml b/.github/workflows/manifests.yml index bb27d46f6d..b0631693d7 100644 --- a/.github/workflows/manifests.yml +++ b/.github/workflows/manifests.yml @@ -3,6 +3,9 @@ name: manifests on: pull_request: + - 'manifests/**/*.yml' + - '!manifests/templates/**/' + - 'legacy-manifests/**/*.yml' jobs: list-changed-manifests: diff --git a/README.md b/README.md index 4e03bf3920..081588ba25 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ [![python](https://github.com/opensearch-project/opensearch-build/actions/workflows/python-tests.yml/badge.svg)](https://github.com/opensearch-project/opensearch-build/actions/workflows/python-tests.yml) [![groovy](https://github.com/opensearch-project/opensearch-build/actions/workflows/groovy-tests.yml/badge.svg)](https://github.com/opensearch-project/opensearch-build/actions/workflows/groovy-tests.yml) -[![manifests](https://github.com/opensearch-project/opensearch-build/actions/workflows/manifests.yml/badge.svg)](https://github.com/opensearch-project/opensearch-build/actions/workflows/manifests.yml) [![codecov](https://codecov.io/gh/opensearch-project/opensearch-build/branch/main/graph/badge.svg?token=03S5XZ80UI)](https://codecov.io/gh/opensearch-project/opensearch-build) - [Releasing OpenSearch](#releasing-opensearch) From 79ef8665561e876c3a15f88464177e90ac21c1bf Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad Date: Thu, 18 Jan 2024 14:28:56 -0800 Subject: [PATCH 2/4] typo Signed-off-by: Sayali Gaikawad --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 081588ba25..4e03bf3920 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![python](https://github.com/opensearch-project/opensearch-build/actions/workflows/python-tests.yml/badge.svg)](https://github.com/opensearch-project/opensearch-build/actions/workflows/python-tests.yml) [![groovy](https://github.com/opensearch-project/opensearch-build/actions/workflows/groovy-tests.yml/badge.svg)](https://github.com/opensearch-project/opensearch-build/actions/workflows/groovy-tests.yml) +[![manifests](https://github.com/opensearch-project/opensearch-build/actions/workflows/manifests.yml/badge.svg)](https://github.com/opensearch-project/opensearch-build/actions/workflows/manifests.yml) [![codecov](https://codecov.io/gh/opensearch-project/opensearch-build/branch/main/graph/badge.svg?token=03S5XZ80UI)](https://codecov.io/gh/opensearch-project/opensearch-build) - [Releasing OpenSearch](#releasing-opensearch) From b8a02af6e0475a3ad0a974ecc1c70d4816c111a1 Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad Date: Thu, 18 Jan 2024 14:32:04 -0800 Subject: [PATCH 3/4] typo Signed-off-by: Sayali Gaikawad --- .github/workflows/manifests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/manifests.yml b/.github/workflows/manifests.yml index b0631693d7..1c4b96066a 100644 --- a/.github/workflows/manifests.yml +++ b/.github/workflows/manifests.yml @@ -3,9 +3,9 @@ name: manifests on: pull_request: - - 'manifests/**/*.yml' - - '!manifests/templates/**/' - - 'legacy-manifests/**/*.yml' + - 'manifests/**/*.yml' + - '!manifests/templates/**/' + - 'legacy-manifests/**/*.yml' jobs: list-changed-manifests: From 53f2d55b07182836e3f85c07d8d891bea1d2cf2b Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad Date: Thu, 18 Jan 2024 14:44:04 -0800 Subject: [PATCH 4/4] typo Signed-off-by: Sayali Gaikawad --- .github/workflows/manifests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/manifests.yml b/.github/workflows/manifests.yml index 1c4b96066a..9ee5a80527 100644 --- a/.github/workflows/manifests.yml +++ b/.github/workflows/manifests.yml @@ -3,6 +3,7 @@ name: manifests on: pull_request: + paths: - 'manifests/**/*.yml' - '!manifests/templates/**/' - 'legacy-manifests/**/*.yml'