mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-07-05 19:48:23 +00:00
[NFC] polish <.github/workflows/release_nightly.yml> code style (#1851)
Co-authored-by: RichardoLuo <14049555596@qq.com>
This commit is contained in:
parent
1559a09fb7
commit
81a642fe8d
5
.github/workflows/release_nightly.yml
vendored
5
.github/workflows/release_nightly.yml
vendored
@ -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
Block a user