File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ jobs:
31
31
32
32
integration_tests :
33
33
if : ${{ startsWith(github.ref, 'refs/tags/') != true && github.event.inputs.SNAPSHOT != 'true' }}
34
- uses : optimizely/java-sdk/.github/workflows/integration_test.yml@muzahidul-opti-patch-1
34
+ uses : optimizely/java-sdk/.github/workflows/integration_test.yml@muzahid/remove-travis-doc
35
35
secrets :
36
36
CI_USER_TOKEN : ${{ secrets.CI_USER_TOKEN }}
37
37
38
38
fullstack_production_suite :
39
39
if : ${{ startsWith(github.ref, 'refs/tags/') != true && github.event.inputs.SNAPSHOT != 'true' }}
40
- uses : optimizely/java-sdk/.github/workflows/integration_test.yml@muzahidul-opti-patch-1
40
+ uses : optimizely/java-sdk/.github/workflows/integration_test.yml@muzahid/remove-travis-doc
41
41
with :
42
42
FULLSTACK_TEST_REPO : ProdTesting
43
43
secrets :
You can’t perform that action at this time.
0 commit comments