Skip to content

Commit

Permalink
Fixing AWS RDS Purge workflow (#970)
Browse files Browse the repository at this point in the history
  • Loading branch information
willdavsmith authored Feb 13, 2024
1 parent 7d7850d commit 5c525d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/purge-aws-rds-snapshots.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ on:
schedule:
# Runs at 00:30 and 12:30
- cron: "30 0,12 * * *"
env:
GH_TOKEN: ${{ github.token }}
jobs:
purge_rds_snapshots:
name: Purge AWS RDS DBInstance snapshots
runs-on: [ubuntu-latest]
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Purge AWS RDS DBInstance snapshots
run: |
./.github/scripts/purge-aws-rds-snapshots.sh
Expand Down

0 comments on commit 5c525d4

Please sign in to comment.