From 8c7b65187a797ec2f0e46d0d726824a913375cb6 Mon Sep 17 00:00:00 2001 From: Frostebite Date: Tue, 1 Feb 2022 20:16:36 +0000 Subject: [PATCH] run aws pipeline on new branch --- .github/workflows/cloud-runner-aws-pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cloud-runner-aws-pipeline.yml b/.github/workflows/cloud-runner-aws-pipeline.yml index 3debe66c..a4bc5643 100644 --- a/.github/workflows/cloud-runner-aws-pipeline.yml +++ b/.github/workflows/cloud-runner-aws-pipeline.yml @@ -1,7 +1,7 @@ name: Cloud Runner - AWS Tests on: - push: { branches: [main, aws, remote-builder/unified-providers] } + push: { branches: [main, aws, cloud-runner/unified-build-and-setup] } env: GKE_ZONE: 'us-central1' @@ -15,7 +15,7 @@ env: AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} AWS_DEFAULT_REGION: eu-west-2 AWS_BASE_STACK_NAME: game-ci-github-pipelines - CLOUD_RUNNER_BRANCH: remote-builder/unified-providers + CLOUD_RUNNER_BRANCH: cloud-runner/unified-build-and-setup CLOUD_RUNNER_TESTS: true DEBUG: true UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}