Unverified Commit 81a642fe authored by RichardoLuo's avatar RichardoLuo Committed by GitHub
Browse files

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


Co-authored-by: default avatarRichardoLuo <14049555596@qq.com>
parent 1559a09f
...@@ -2,10 +2,10 @@ name: Release bdist wheel for Nightly versions ...@@ -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: ...@@ -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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment