We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4544ed1 commit a26e9c0Copy full SHA for a26e9c0
.github/workflows/java.yml
@@ -31,13 +31,13 @@ jobs:
31
32
integration_tests:
33
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
+ uses: optimizely/java-sdk/.github/workflows/integration_test.yml@master
35
secrets:
36
CI_USER_TOKEN: ${{ secrets.CI_USER_TOKEN }}
37
38
fullstack_production_suite:
39
40
41
with:
42
FULLSTACK_TEST_REPO: ProdTesting
43
0 commit comments