diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 43569e00..9479ce5d 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -1,7 +1,7 @@ on: schedule: # 相关语法 https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07 would run a command on the first and fifteenth of each month - - cron: '0 16 1,8,15,22 * *' + - cron: '0 2 1,8,15,22 * *' jobs: test_schedule: @@ -22,4 +22,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - node --experimental-strip-types scripts/auto-release.ts \ No newline at end of file + node --experimental-strip-types scripts/auto-release.ts