We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bc333e commit 44f560eCopy full SHA for 44f560e
1 file changed
.github/workflows/ci-health.yml
@@ -21,6 +21,7 @@ jobs:
21
uses: aws-actions/aws-codebuild-run-build@v1
22
with:
23
project-name: sagemaker-python-sdk-ci-health-canaries-v3
24
+ source-version: refs/heads/master
25
canaries-v2:
26
runs-on: ubuntu-latest
27
steps:
@@ -34,3 +35,4 @@ jobs:
34
35
36
37
project-name: sagemaker-python-sdk-ci-health-canaries-v2
38
+ source-version: refs/heads/master-v2
0 commit comments