Skip to content

Commit

Permalink
Test.
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Jul 5, 2022
1 parent e15b2ae commit a021c0e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/nightly-tests-ubuntu-conda-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
name: Nightly tests ubuntu conda cpu

on:
push:
branches:
- test
schedule:
# minute (0-59)
# hour (0-23)
Expand All @@ -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}"
Expand Down

0 comments on commit a021c0e

Please sign in to comment.