diff --git a/.github/workflows/manifests.yml b/.github/workflows/manifests.yml index 40821e3687..5850e33b85 100644 --- a/.github/workflows/manifests.yml +++ b/.github/workflows/manifests.yml @@ -3,7 +3,7 @@ name: manifests-ci-check on: pull_request: - types: [labeled, synchronize] + types: [opened, synchronize] paths: - 'manifests/**/*.yml' - '!manifests/templates/**/' @@ -11,7 +11,7 @@ on: jobs: list-changed-manifests: - if: ${{ github.repository == 'opensearch-project/opensearch-build' && github.event.label.name == 'manifest-ci-check' }} + if: ${{ github.repository == 'opensearch-project/opensearch-build' }} runs-on: ubuntu-latest outputs: matrix: ${{ steps.set-matrix.outputs.matrix }}