Skip to content

Commit 33bc42c

Browse files
authored
Change cron schedule to run on Fridays
1 parent f852f01 commit 33bc42c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/look4updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Check phenopacket-store for a new release
22
on:
33
schedule:
4-
- cron: "0 0 * * 0" # Run weekly on Sunday at 00:00 UTC
4+
- cron: "0 0 * * 5" # Run weekly on Friday at 00:00 UTC
55
workflow_dispatch:
66
inputs:
77
dry_run:

0 commit comments

Comments
 (0)