From be0d9cb2af761072fdd79c75679f4a167da3d03c Mon Sep 17 00:00:00 2001 From: jzhaoqwa <52220743+zhaoqizqwang@users.noreply.github.com> Date: Mon, 24 Nov 2025 07:33:43 -0800 Subject: [PATCH] Update GIthub actions for V3 --- .github/workflows/ci-health.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-health.yml b/.github/workflows/ci-health.yml index 92c753f4db..e56bdb9fd1 100644 --- a/.github/workflows/ci-health.yml +++ b/.github/workflows/ci-health.yml @@ -20,7 +20,7 @@ jobs: - name: Run Canaries V3 uses: aws-actions/aws-codebuild-run-build@v1 with: - project-name: canaries-v3 + project-name: sagemaker-python-sdk-ci-health-canaries-v3 canaries-v2: runs-on: ubuntu-latest steps: @@ -33,4 +33,4 @@ jobs: - name: Run Canaries V2 uses: aws-actions/aws-codebuild-run-build@v1 with: - project-name: canaries-v2 \ No newline at end of file + project-name: sagemaker-python-sdk-ci-health-canaries-v2