diff --git a/.github/workflows/create-snapshot.yml b/.github/workflows/create-snapshot.yml index d91eedd..d66c85f 100644 --- a/.github/workflows/create-snapshot.yml +++ b/.github/workflows/create-snapshot.yml @@ -2,8 +2,8 @@ name: Create Snapshot on: schedule: - # Every day at 4pm - - cron: "0 16 * * *" + # Every day at 6pm + - cron: "0 18 * * *" workflow_dispatch: jobs: