Commit 8349282 1 parent 8062892 commit 8349282 Copy full SHA for 8349282
File tree 3 files changed +5
-82
lines changed
3 files changed +5
-82
lines changed Original file line number Diff line number Diff line change 1
1
name : Test and Build Workflow
2
- # This workflow is triggered on pull requests to master or a opendistro release branch
2
+ # This workflow is triggered on pull requests to master or a OpenSearch release branch
3
3
on :
4
4
pull_request :
5
5
branches :
30
30
with :
31
31
repository : ' opensearch-project/OpenSearch'
32
32
path : OpenSearch
33
- ref : ' 1.x '
33
+ ref : ' 1.1 '
34
34
- name : Build OpenSearch
35
35
working-directory : ./OpenSearch
36
36
run : |
40
40
- name : Checkout common-utils
41
41
uses : actions/checkout@v2
42
42
with :
43
- ref : ' main '
43
+ ref : ' 1.1 '
44
44
repository : ' opensearch-project/common-utils'
45
45
path : common-utils
46
46
- name : Build common-utils
Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ jobs:
29
29
with :
30
30
repository : ' opensearch-project/OpenSearch'
31
31
path : OpenSearch
32
- ref : ' 1.x '
32
+ ref : ' 1.1 '
33
33
# dependencies: common-utils
34
34
- name : Checkout common-utils
35
35
uses : actions/checkout@v2
36
36
with :
37
- ref : ' main '
37
+ ref : ' 1.1 '
38
38
repository : ' opensearch-project/common-utils'
39
39
path : common-utils
40
40
- name : Build OpenSearch
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments