File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -613,6 +613,7 @@ jobs:
613613 name : " Lin|Basic training tests"
614614 runs-on : ubuntu-20.04
615615 needs : [build-ctc-decoder-Linux]
616+ if : ${{ github.event_name == 'pull_request' }}
616617 strategy :
617618 matrix :
618619 bitrate : [8k, 16k]
@@ -657,6 +658,7 @@ jobs:
657658 name : " Lin|Extra training tests"
658659 runs-on : ubuntu-20.04
659660 needs : [build-ctc-decoder-Linux]
661+ if : ${{ github.event_name == 'pull_request' }}
660662 strategy :
661663 matrix :
662664 bitrate : [8k, 16k]
@@ -1537,6 +1539,7 @@ jobs:
15371539 name : " Win|Test C++ binary"
15381540 runs-on : windows-2019
15391541 needs : [build-lib_Windows, train-test-model-Linux]
1542+ if : ${{ github.event_name == 'pull_request' }}
15401543 strategy :
15411544 matrix :
15421545 build-flavor : ["tf", "tflite"]
You can’t perform that action at this time.
0 commit comments