Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ env:
HUSKY: 0

on:
schedule:
- cron: "0 7 * * 1-5" # Mon-Fri at 02:00 UTC-05:00 (07:00 UTC)
Comment thread
edburns marked this conversation as resolved.
Outdated
workflow_dispatch:

permissions:
Expand Down
Loading