Skip to content

Commit

Permalink
ci: Run AWS CDK updater today
Browse files Browse the repository at this point in the history
Run the AWS CDK updater (see #1512) today at 1PM to test it. Once it runs, we can revert this change.
  • Loading branch information
akash1810 committed Sep 30, 2022
1 parent a57686c commit 5f2a8d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-aws-cdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
# At 10:00 on day-of-month 10.
# See https://crontab.guru/#0_10_10_*_*
- cron: '0 10 10 * *'

# only temporary for today, will remove afterwards
- cron: '0 13 * * *'
jobs:
update-aws-cdk:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5f2a8d1

Please sign in to comment.