mirror of
https://github.com/csukuangfj/kaldifeat.git
synced 2025-08-08 17:42:19 +00:00
Test.
This commit is contained in:
parent
e15b2ae6f5
commit
a021c0e163
@ -17,6 +17,9 @@
|
|||||||
name: Nightly tests ubuntu conda cpu
|
name: Nightly tests ubuntu conda cpu
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- test
|
||||||
schedule:
|
schedule:
|
||||||
# minute (0-59)
|
# minute (0-59)
|
||||||
# hour (0-23)
|
# hour (0-23)
|
||||||
@ -38,7 +41,8 @@ jobs:
|
|||||||
- name: Set enabled
|
- name: Set enabled
|
||||||
id: set-enabled
|
id: set-enabled
|
||||||
run: |
|
run: |
|
||||||
enabled=$(python scripts/github_actions/run-nightly-build.py)
|
# enabled=$(python scripts/github_actions/run-nightly-build.py)
|
||||||
|
enabled=true
|
||||||
echo "enabled: $enabled"
|
echo "enabled: $enabled"
|
||||||
echo "::set-output name=enabled::${enabled}"
|
echo "::set-output name=enabled::${enabled}"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user