We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1cfa61 commit f0cc2abCopy full SHA for f0cc2ab
.github/workflows/nightly.yml
@@ -4,9 +4,11 @@ name: Nightly CI
4
on:
5
# Allows you to run this workflow manually from the Actions tab
6
workflow_dispatch:
7
+ schedule:
8
+ # * is a special character in YAML so you have to quote this string
9
+ - cron: '0 0 * * *'
10
-run-name: mlplatform.org nightly n$(date +'%y%m%d') to pack ${{ inputs.revision }}${{ inputs.candidate_rev }} by @${{ github.actor }}
-
11
+run-name: mlplatform.org nightly by @${{ github.actor }}
12
13
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
14
jobs:
0 commit comments