mirror of
https://github.com/modelscope/modelscope.git
synced 2025-12-25 12:39:25 +01:00
fix cron format issue
This commit is contained in:
2
.github/workflows/daily_regression.yaml
vendored
2
.github/workflows/daily_regression.yaml
vendored
@@ -3,7 +3,7 @@ name: daily_regression
|
||||
on:
|
||||
schedule:
|
||||
# * is a special character in YAML so you have to quote this string
|
||||
- cron: '0 0 * * * *'
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
Reference in New Issue
Block a user