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

This commit is contained in:
Sergio Garcia
2025-04-16 09:35:30 -04:00
committed by GitHub
parent 6439f0a5f3
commit 32d27df0ba
@@ -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"