Skip to content

Commit

Permalink
Add database backup workflow for aks
Browse files Browse the repository at this point in the history
  • Loading branch information
johnake committed Oct 24, 2023
1 parent 342b2e1 commit a42f0d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/aks-db-backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
- test
- preproduction
- production
schedule: # 01:00 UTC
- cron: "0 1 * * *"


jobs:
Expand Down

0 comments on commit a42f0d4

Please sign in to comment.