We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b515bf0 commit 97770ceCopy full SHA for 97770ce
.github/workflows/manifests.yml
@@ -1,15 +1,17 @@
1
---
2
-name: manifests
+name: manifests-ci-check
3
4
on:
5
pull_request:
6
- paths:
7
- - 'manifests/**/*.yml'
8
- - '!manifests/templates/**/'
9
- - 'legacy-manifests/**/*.yml'
+ types: [labeled]
+ paths:
+ - 'manifests/**/*.yml'
+ - '!manifests/templates/**/'
10
+ - 'legacy-manifests/**/*.yml'
11
12
jobs:
13
list-changed-manifests:
14
+ if: ${{ github.repository == 'opensearch-project/opensearch-build' && github.event.label.name == 'manifest-ci-check' }}
15
runs-on: ubuntu-latest
16
outputs:
17
matrix: ${{ steps.set-matrix.outputs.matrix }}
0 commit comments