Skip to content

Commit 8e7c380

Browse files
authored
Merge pull request #22 from edburns/edburns/dd-2832091-make-snapshot-publish-daily
On branch edburns/dd-2832091-make-snapshot-publish-daily
2 parents 33c081f + d3bd92f commit 8e7c380

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-snapshot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ env:
44
HUSKY: 0
55

66
on:
7+
schedule:
8+
- cron: "0 7 * * 1-5" # Mon-Fri at 07:00 UTC
79
workflow_dispatch:
810

911
permissions:

0 commit comments

Comments
 (0)