diff --git a/.github/workflows/wordpress-plugins-update.yml b/.github/workflows/wordpress-plugins-update.yml index 649e928454..288e88ce43 100644 --- a/.github/workflows/wordpress-plugins-update.yml +++ b/.github/workflows/wordpress-plugins-update.yml @@ -1,7 +1,8 @@ name: ✨ WordPress Plugins - Update on: - workflow_dispatch: + schedule: + - cron: "0 0 * * *" jobs: Update: