chore(regions): change interval to weekly (#7539)

This commit is contained in:
Sergio Garcia
2025-04-16 09:35:30 -04:00
committed by Pepe Fagoaga
parent ca21d8ceae
commit c8983440f1
@@ -4,7 +4,7 @@ name: SDK - Refresh AWS services' regions
on:
schedule:
- cron: "0 9 * * *" #runs at 09:00 UTC everyday
- cron: "0 9 * * 1" # runs at 09:00 UTC every Monday
env:
GITHUB_BRANCH: "master"