Skip to content

Commit

Permalink
chore: Temporarily allow backups on this feature branch to test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
drikusroor committed May 31, 2024
1 parent 618baf6 commit 246ef38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/schedule-db-backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
schedule:
- cron: '0 0 * * *' # Runs every night at midnight UTC
workflow_dispatch:
push:
branches:
- ci/893-automate-db-backups

jobs:
backup-test:
Expand Down

0 comments on commit 246ef38

Please sign in to comment.