SSM: Only update default AMI's once a month

This commit is contained in:
Bert Blommers 2023-03-20 16:03:30 -01:00 committed by GitHub
parent 293c6c7aa0
commit 8ec9118c78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ name: "DataUpdate_SSMdefaultAMIs"
on:
schedule:
- cron: '00 10 * * 0'
- cron: '00 10 1 * *'
jobs:
update: