Skip to content

Commit f0cc2ab

Browse files
Update nightly.yml
1 parent b1cfa61 commit f0cc2ab

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ name: Nightly CI
44
on:
55
# Allows you to run this workflow manually from the Actions tab
66
workflow_dispatch:
7+
schedule:
8+
# * is a special character in YAML so you have to quote this string
9+
- cron: '0 0 * * *'
710

8-
run-name: mlplatform.org nightly n$(date +'%y%m%d') to pack ${{ inputs.revision }}${{ inputs.candidate_rev }} by @${{ github.actor }}
9-
11+
run-name: mlplatform.org nightly by @${{ github.actor }}
1012

1113
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1214
jobs:

0 commit comments

Comments
 (0)