Skip to content

Commit 04afc2f

Browse files
committed
use local branch
1 parent 8196ba3 commit 04afc2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/csharp.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,14 @@ jobs:
103103
integration_tests:
104104
name: Run Integration Tests
105105
needs: [ netFrameworksAndUnitTest, netStandard16, netStandard20 ]
106-
uses: optimizely/csharp-sdk/.github/workflows/integration_test.yml@master
106+
uses: optimizely/csharp-sdk/.github/workflows/integration_test.yml@jae/FSSDK-11077
107107
secrets:
108108
CI_USER_TOKEN: ${{ secrets.CI_USER_TOKEN }}
109109

110110
fullstack_production_suite:
111111
name: Run Performance Tests
112112
needs: [ netFrameworksAndUnitTest, netStandard16, netStandard20 ]
113-
uses: optimizely/csharp-sdk/.github/workflows/integration_test.yml@master
113+
uses: optimizely/csharp-sdk/.github/workflows/integration_test.yml@jae/FSSDK-11077
114114
with:
115115
FULLSTACK_TEST_REPO: ProdTesting
116116
secrets:

0 commit comments

Comments
 (0)