Skip to content

Commit

Permalink
SSM: Only update default AMI's once a month
Browse files Browse the repository at this point in the history
  • Loading branch information
bblommers committed Mar 20, 2023
1 parent 293c6c7 commit 8ec9118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/data-update_ssm-default-amis.yml
Expand Up @@ -9,7 +9,7 @@ name: "DataUpdate_SSMdefaultAMIs"

on:
schedule:
- cron: '00 10 * * 0'
- cron: '00 10 1 * *'

jobs:
update:
Expand Down

0 comments on commit 8ec9118

Please sign in to comment.