Skip to content

Commit

Permalink
Schedule cronjob for 11am for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
johnake committed Sep 18, 2023
1 parent 12cb5bb commit 5942e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/database-copy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Copy PAAS databases to AKS
on:
workflow_dispatch:
schedule:
- cron: "0 2 * * *" # 02:00 UTC
- cron: "0 11 * * *" # 02:00 UTC

jobs:
restore_db:
Expand Down

0 comments on commit 5942e10

Please sign in to comment.