Skip to content

Commit

Permalink
Use backup repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Jul 20, 2023
1 parent 7c3e2f0 commit 04135f7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Backup

on:
push:
branches:
- main
# branches:
# - main
schedule:
- cron: 0 0 * * * # Every day of each month
workflow_dispatch:
Expand All @@ -14,5 +14,4 @@ permissions:
jobs:
backup:
name: Backup
uses: exercism/github-actions/.github/workflows/backup-repo.yml@backup-repo
secrets: inherit
uses: exercism/backup/.github/workflows/backup-repo.yml@main

0 comments on commit 04135f7

Please sign in to comment.