Skip to content

Commit 337e40b

Browse files
authored
Update submodule-codebuild-ci.yml (#1846)
1 parent 6fa633e commit 337e40b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/submodule-codebuild-ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ on:
44
branches:
55
- "master-v3"
66
paths:
7-
- 'sagemaker_train/**'
8-
- 'sagemaker_utils/**'
7+
- 'sagemaker-train/**'
8+
- 'sageamaker-serve/**'
9+
- 'sagemaker-core/**'
10+
- 'sagemaker-mlops/**'
911

1012
concurrency:
1113
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.head_ref }}
@@ -150,4 +152,4 @@ jobs:
150152
uses: aws-actions/aws-codebuild-run-build@v1
151153
with:
152154
project-name: ${{ github.event.repository.name }}-ci-${{ matrix.submodule }}-integ-tests
153-
source-version-override: 'refs/pull/${{ github.event.pull_request.number }}/head^{${{ github.event.pull_request.head.sha }}}'
155+
source-version-override: 'refs/pull/${{ github.event.pull_request.number }}/head^{${{ github.event.pull_request.head.sha }}}'

0 commit comments

Comments
 (0)