This commit is contained in:
Fangjun Kuang 2022-07-05 11:22:59 +08:00
parent e15b2ae6f5
commit a021c0e163

View File

@ -17,6 +17,9 @@
name: Nightly tests ubuntu conda cpu
on:
push:
branches:
- test
schedule:
# minute (0-59)
# hour (0-23)
@ -38,7 +41,8 @@ jobs:
- name: Set enabled
id: set-enabled
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 "::set-output name=enabled::${enabled}"