From f66569961c697235f5f3e5ef8f8f7888cea19090 Mon Sep 17 00:00:00 2001 From: Mike Chu Date: Thu, 27 Jul 2023 16:59:48 -0400 Subject: [PATCH] Remove branch designations --- .github/workflows/csharp.yml | 4 ++-- .github/workflows/integration_test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/csharp.yml b/.github/workflows/csharp.yml index 83d89998..645cc49d 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@819bc07cf004acf65e460bbad3681eb0e55c02be + uses: optimizely/csharp-sdk/.github/workflows/integration_test.yml 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@819bc07cf004acf65e460bbad3681eb0e55c02be + uses: optimizely/csharp-sdk/.github/workflows/integration_test.yml with: FULLSTACK_TEST_REPO: ProdTesting secrets: diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index eaa54405..130d2d05 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -41,7 +41,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.CI_USER_TOKEN }} EVENT_TYPE: ${{ github.event_name }} GITHUB_CONTEXT: ${{ toJson(github) }} - REPO_SLUG: optimizely/fullstack-sdk-compatibility-suite@b45d804ce7670090341fcbae91f5daa39b03aa94 + # REPO_SLUG: ${{ github.repository }} PULL_REQUEST_SLUG: ${{ github.repository }} UPSTREAM_REPO: ${{ github.repository }} PULL_REQUEST_SHA: ${{ github.event.pull_request.head.sha }}