diff --git a/.github/workflows/create-repo.yml b/.github/workflows/create-repo.yml index 1459a2e..9c251ff 100644 --- a/.github/workflows/create-repo.yml +++ b/.github/workflows/create-repo.yml @@ -1,9 +1,9 @@ name: Create Repo for RustDesk latest and nightly on: - #schedule: - # Every Saturday at 3AM UTC - #- cron: "0 3 * * 6" + schedule: + # Every 3AM UTC + - cron: "0 3 * * *" workflow_dispatch: