Skip to content

Commit a26e9c0

Browse files
Update branch
1 parent 4544ed1 commit a26e9c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/java.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ jobs:
3131

3232
integration_tests:
3333
if: ${{ startsWith(github.ref, 'refs/tags/') != true && github.event.inputs.SNAPSHOT != 'true' }}
34-
uses: optimizely/java-sdk/.github/workflows/integration_test.yml@muzahid/remove-travis-doc
34+
uses: optimizely/java-sdk/.github/workflows/integration_test.yml@master
3535
secrets:
3636
CI_USER_TOKEN: ${{ secrets.CI_USER_TOKEN }}
3737

3838
fullstack_production_suite:
3939
if: ${{ startsWith(github.ref, 'refs/tags/') != true && github.event.inputs.SNAPSHOT != 'true' }}
40-
uses: optimizely/java-sdk/.github/workflows/integration_test.yml@muzahid/remove-travis-doc
40+
uses: optimizely/java-sdk/.github/workflows/integration_test.yml@master
4141
with:
4242
FULLSTACK_TEST_REPO: ProdTesting
4343
secrets:

0 commit comments

Comments
 (0)