From 4583f7efea34961bafe0c02496aaf1614ed29607 Mon Sep 17 00:00:00 2001 From: Travis Stark Date: Tue, 28 Jan 2025 11:36:32 -0500 Subject: [PATCH] set test branch to feature/integration-test-reboot for testing --- .github/workflows/deploy-canary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-canary.yml b/.github/workflows/deploy-canary.yml index 93fc8d1555..879e53e21e 100644 --- a/.github/workflows/deploy-canary.yml +++ b/.github/workflows/deploy-canary.yml @@ -9,7 +9,7 @@ env: PRIVATE_KEY: ${{ secrets.AWS_PRIVATE_KEY }} CWA_GITHUB_TEST_REPO_NAME: "aws/amazon-cloudwatch-agent-test" CWA_GITHUB_TEST_REPO_URL: "https://github.com/aws/amazon-cloudwatch-agent-test.git" - CWA_GITHUB_TEST_REPO_BRANCH: "main" + CWA_GITHUB_TEST_REPO_BRANCH: "feature/integration-test-reboot" on: schedule: