fix cron format issue

This commit is contained in:
liuyhwangyh
2023-06-02 16:01:36 +08:00
parent d61529dfa5
commit 2498bb60b6

View File

@@ -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 }}