minor fix

This commit is contained in:
yaozengwei 2022-05-15 20:56:17 +08:00
parent 8f23d9eb41
commit 58d476c134

View File

@ -24,11 +24,6 @@ on:
pull_request:
types: [labeled]
<<<<<<< HEAD
jobs:
run_librispeech_2022_04_19:
if: github.event.label.name == 'ready' || github.event_name == 'push'
=======
schedule:
# minute (0-59)
# hour (0-23)
@ -41,7 +36,6 @@ jobs:
jobs:
run_librispeech_2022_04_19:
if: github.event.label.name == 'ready' || github.event.label.name == 'run-decode' || github.event_name == 'push' || github.event_name == 'schedule'
>>>>>>> master
runs-on: ${{ matrix.os }}
strategy:
matrix: