Skip to content

Commit

Permalink
feat: schedule cdk bootstrap update weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
cgodwin1 committed Nov 25, 2024
1 parent 8f14024 commit 3621453
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/update-cdk-bootstrap.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
name: Update CDK Bootstrap

# on:
# schedule:
# - cron: '0 0 * * 0' # Runs every Sunday at midnight

on:
pull_request:
types: [opened, synchronize, reopened]
schedule:
- cron: '0 0 * * 1' # Runs every Monday

permissions:
id-token: write
Expand Down

0 comments on commit 3621453

Please sign in to comment.