From 46eab05e8075d3d3de6c13c726cd910749c4d454 Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad Date: Mon, 25 Mar 2024 15:30:52 -0700 Subject: [PATCH] test Signed-off-by: Sayali Gaikawad --- .github/workflows/manifests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manifests.yml b/.github/workflows/manifests.yml index 45ebada0a1..bb7be2cb8c 100644 --- a/.github/workflows/manifests.yml +++ b/.github/workflows/manifests.yml @@ -11,7 +11,7 @@ on: jobs: list-changed-manifests: - if: ${{ github.repository == 'gaiksaya/opensearch-build' && github.event.label.name == 'manifest-ci-check' }} + if: ${{ github.repository == 'opensearch-project/opensearch-build' && github.event.label.name == 'manifest-ci-check' }} runs-on: ubuntu-latest outputs: matrix: ${{ steps.set-matrix.outputs.matrix }}