File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,14 @@ jobs:
30
30
run : find . -type f -name '*.md' -exec awesome_bot {} \;
31
31
32
32
integration_tests :
33
+ if : ${{ startsWith(github.ref, 'refs/tags/') != true && github.event.inputs.SNAPSHOT != 'true' }}
33
34
uses : optimizely/java-sdk/.github/workflows/integration_test.yml@mnoman/fsc-gitaction-test
34
35
secrets :
35
36
CI_USER_TOKEN : ${{ secrets.CI_USER_TOKEN }}
36
37
TRAVIS_COM_TOKEN : ${{ secrets.TRAVIS_COM_TOKEN }}
37
38
38
39
fullstack_production_suite :
40
+ if : ${{ startsWith(github.ref, 'refs/tags/') != true && github.event.inputs.SNAPSHOT != 'true' }}
39
41
uses : optimizely/java-sdk/.github/workflows/integration_test.yml@master
40
42
with :
41
43
FULLSTACK_TEST_REPO : ProdTesting
44
46
TRAVIS_COM_TOKEN : ${{ secrets.TRAVIS_COM_TOKEN }}
45
47
46
48
test :
47
- if : startsWith(github.ref, 'refs/tags/') != true
49
+ if : ${{ startsWith(github.ref, 'refs/tags/') != true && github.event.inputs.SNAPSHOT != 'true' }}
48
50
runs-on : macos-latest
49
51
strategy :
50
52
fail-fast : false
You can’t perform that action at this time.
0 commit comments