[NFC] polish <.github/workflows/release_nightly.yml> code style (#1851)

Co-authored-by: RichardoLuo <14049555596@qq.com>
pull/1855/head
RichardoLuo 2022-11-09 14:48:53 +08:00 committed by GitHub
parent 1559a09fb7
commit 81a642fe8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -2,10 +2,10 @@ name: Release bdist wheel for Nightly versions
on: on:
schedule: schedule:
# run at 00:00 of every Sunday # run at 00:00 of every Sunday
- cron: '0 0 * * 6' - cron: '0 0 * * 6'
workflow_dispatch: workflow_dispatch:
jobs: jobs:
matrix_preparation: matrix_preparation:
name: Prepare Container List name: Prepare Container List
@ -71,4 +71,3 @@ jobs:
cd $BUILD_DIR cd $BUILD_DIR
find . -type f -mtime +0 -exec rm -f {} + find . -type f -mtime +0 -exec rm -f {} +
script_stop: true script_stop: true