Skip to content

Commit

Permalink
Update update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arcestia committed Mar 12, 2024
1 parent bfbfb38 commit 5c4df0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5c4df0e

Please sign in to comment.