Skip to content

Commit

Permalink
activate backup schedule (#118)
Browse files Browse the repository at this point in the history
* activate backup schedule

* fix prettier
  • Loading branch information
mashehu authored Feb 11, 2025
1 parent fbd0f9b commit 3d3261c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/backups.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Backup nf-core pipelines

on:
# schedule:
# Runs at 00:00 UTC every Sunday
# - cron: '0 0 * * 0' # TODO: Uncomment this after testing
schedule:
# Runs at 00:00 UTC every Sunday
- cron: "0 0 * * 0"
workflow_dispatch:
inputs:
pipeline:
Expand Down

0 comments on commit 3d3261c

Please sign in to comment.