We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f852f01 commit 33bc42cCopy full SHA for 33bc42c
.github/workflows/look4updates.yml
@@ -1,7 +1,7 @@
1
name: Check phenopacket-store for a new release
2
on:
3
schedule:
4
- - cron: "0 0 * * 0" # Run weekly on Sunday at 00:00 UTC
+ - cron: "0 0 * * 5" # Run weekly on Friday at 00:00 UTC
5
workflow_dispatch:
6
inputs:
7
dry_run:
0 commit comments