Skip to content

Commit

Permalink
ci: Only update public suffix list twice a month
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <[email protected]>
  • Loading branch information
ChristophWurst committed Dec 16, 2024
1 parent 5ac85dc commit 5b6c013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-public-suffix-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Update public suffix list
on:
workflow_dispatch:
schedule:
- cron: "5 2 * * *"
- cron: "0 6 1,15 * *"

jobs:
update-public-suffix-list:
Expand Down

0 comments on commit 5b6c013

Please sign in to comment.