mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-07 08:04:18 +00:00
minor fix
This commit is contained in:
parent
8f23d9eb41
commit
58d476c134
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user