Skip to content

Commit 3d3261c

Browse files
authored
activate backup schedule (#118)
* activate backup schedule * fix prettier
1 parent fbd0f9b commit 3d3261c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/backups.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Backup nf-core pipelines
22

33
on:
4-
# schedule:
5-
# Runs at 00:00 UTC every Sunday
6-
# - cron: '0 0 * * 0' # TODO: Uncomment this after testing
4+
schedule:
5+
# Runs at 00:00 UTC every Sunday
6+
- cron: "0 0 * * 0"
77
workflow_dispatch:
88
inputs:
99
pipeline:

0 commit comments

Comments
 (0)