Skip to content

Commit 44f560e

Browse files
authored
Set CI health source version explicitly (#5339)
1 parent 0bc333e commit 44f560e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-health.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
uses: aws-actions/aws-codebuild-run-build@v1
2222
with:
2323
project-name: sagemaker-python-sdk-ci-health-canaries-v3
24+
source-version: refs/heads/master
2425
canaries-v2:
2526
runs-on: ubuntu-latest
2627
steps:
@@ -34,3 +35,4 @@ jobs:
3435
uses: aws-actions/aws-codebuild-run-build@v1
3536
with:
3637
project-name: sagemaker-python-sdk-ci-health-canaries-v2
38+
source-version: refs/heads/master-v2

0 commit comments

Comments
 (0)