diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 4fb99ee..df090df 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -2,7 +2,7 @@ name: Update Blocklist on: # Define the events that trigger the workflow schedule: - - cron: '0 */2 * * *' + - cron: '0 * * * *' # Check Every Hours workflow_dispatch: jobs: