mirror of https://github.com/hpcaitech/ColossalAI
[NFC] polish <.github/workflows/release_nightly.yml> code style (#1851)
Co-authored-by: RichardoLuo <14049555596@qq.com>pull/1855/head
parent
1559a09fb7
commit
81a642fe8d
|
@ -2,10 +2,10 @@ name: Release bdist wheel for Nightly versions
|
|||
|
||||
on:
|
||||
schedule:
|
||||
# run at 00:00 of every Sunday
|
||||
# run at 00:00 of every Sunday
|
||||
- cron: '0 0 * * 6'
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
jobs:
|
||||
matrix_preparation:
|
||||
name: Prepare Container List
|
||||
|
@ -71,4 +71,3 @@ jobs:
|
|||
cd $BUILD_DIR
|
||||
find . -type f -mtime +0 -exec rm -f {} +
|
||||
script_stop: true
|
||||
|
||||
|
|
Loading…
Reference in New Issue