From 49dda1e1866f84d00f47fc1dde6fefb4118755d5 Mon Sep 17 00:00:00 2001 From: Mike Chu Date: Wed, 26 Jul 2023 17:07:28 -0400 Subject: [PATCH] Change integration_test.yml branch --- .github/workflows/csharp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/csharp.yml b/.github/workflows/csharp.yml index 340df917..72549c15 100644 --- a/.github/workflows/csharp.yml +++ b/.github/workflows/csharp.yml @@ -101,7 +101,7 @@ jobs: integration_tests: name: Run Integration Tests needs: [ netFrameworksAndUnitTest, netStandard16, netStandard20 ] - uses: optimizely/csharp-sdk/.github/workflows/integration_test.yml@mike/pick-prep-3.11.4 + uses: optimizely/csharp-sdk/.github/workflows/integration_test.yml@release-3.11.4 secrets: CI_USER_TOKEN: ${{ secrets.CI_USER_TOKEN }} TRAVIS_COM_TOKEN: ${{ secrets.TRAVIS_COM_TOKEN }} @@ -109,7 +109,7 @@ jobs: fullstack_production_suite: name: Run Performance Tests needs: [ netFrameworksAndUnitTest, netStandard16, netStandard20 ] - uses: optimizely/csharp-sdk/.github/workflows/integration_test.yml@mike/pick-prep-3.11.4 + uses: optimizely/csharp-sdk/.github/workflows/integration_test.yml@release-3.11.4 with: FULLSTACK_TEST_REPO: ProdTesting secrets: