We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9905671 commit b675c68Copy full SHA for b675c68
1 file changed
.github/workflows/build_opensearch_dashboards.yaml
@@ -14,9 +14,10 @@ on:
14
- "[0-9][0-9].[0-9]+.[0-9]+-rc[0-9]+"
15
paths:
16
# To check dependencies, run this ( you will need to consider transitive dependencies)
17
- # bake --product PRODUCT -d | grep -v 'docker buildx bake' | jq '.target | keys[]'
+ # cargo boil build --product PRODUCT -d | grep -v 'docker buildx bake' | jq '.target | keys[]'
18
- opensearch-dashboards/**
19
- vector/**
20
+ - stackable-base/**
21
- stackable-devel/**
22
- .github/actions/**
23
- .github/workflows/build_opensearch_dashboards.yaml
0 commit comments