Skip to content

Commit e9c0925

Browse files
Update nightly.yml
1 parent 1451fe9 commit e9c0925

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/nightly.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ on:
66
workflow_dispatch:
77
inputs:
88
candidate_rev:
9-
description: 'Release candidate revision'
9+
description: 'Nightly build revision/date'
1010
required: false
11-
default: ''
11+
default: '$(date +'%y%m%d')'
1212

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

1515

1616
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Run the pack build with the revision specified
4343
run :
44-
./tensorflow-pack/tensorflow-build/build_d.sh $(date +'%y%m%d')
44+
./tensorflow-pack/tensorflow-build/build_d.sh n$(date +'%y%m%d')
4545

4646
#- name: Copy tensorflow-pack to out path
4747
# run :
@@ -50,7 +50,7 @@ jobs:
5050
- name: Run the 3rdparty pack build with the revision specified
5151
run : |
5252
export PATH=$PATH:${{ github.workspace }}/tensorflow-pack/tensorflow-build/gen/utilities
53-
./tensorflow-pack/3rdparty-build/build_d.sh $(date +'%y%m%d')
53+
./tensorflow-pack/3rdparty-build/build_d.sh n$(date +'%y%m%d')
5454
5555
- name: Copy packs to out path
5656
run :

0 commit comments

Comments
 (0)