update nightly build schedule

This commit is contained in:
ginuerzh 2023-10-28 22:48:59 +08:00
parent 6967278600
commit 471513896d
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ jobs:
# https://github.com/actions/checkout # https://github.com/actions/checkout
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
- name: Docker Buildx (no push) - name: Docker Buildx (no push)
run: | run: |

View File

@ -3,7 +3,7 @@ name: Trigger nightly build
on: on:
schedule: schedule:
# * is a special character in YAML, so you have to quote this string # * is a special character in YAML, so you have to quote this string
- cron: '00 20 * * *' - cron: '00 15 * * *'
workflow_dispatch: workflow_dispatch:
jobs: jobs: