Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating CI workflows #41

Merged
merged 1 commit into from
Sep 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Test and Build Workflow
# This workflow is triggered on pull requests to master or a opendistro release branch
# This workflow is triggered on pull requests to master or a OpenSearch release branch
on:
pull_request:
branches:
Expand Down Expand Up @@ -30,7 +30,7 @@ jobs:
with:
repository: 'opensearch-project/OpenSearch'
path: OpenSearch
ref: '1.x'
ref: '1.1'
- name: Build OpenSearch
working-directory: ./OpenSearch
run: |
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Checkout common-utils
uses: actions/checkout@v2
with:
ref: 'main'
ref: '1.1'
repository: 'opensearch-project/common-utils'
path: common-utils
- name: Build common-utils
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/multi-node-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
with:
repository: 'opensearch-project/OpenSearch'
path: OpenSearch
ref: '1.x'
ref: '1.1'
# dependencies: common-utils
- name: Checkout common-utils
uses: actions/checkout@v2
with:
ref: 'main'
ref: '1.1'
repository: 'opensearch-project/common-utils'
path: common-utils
- name: Build OpenSearch
Expand Down