Run the publish workflow earlier in the day (#3381)

pull/3382/head
Alexandru Dima 2 years ago committed by GitHub
parent 9375d4ba65
commit bc9e8523b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@ name: Publish to npm
on:
schedule:
- cron: '0 7 * * *'
- cron: '0 5 * * *'
# enable users to manually trigger with workflow_dispatch
workflow_dispatch:
inputs:

Loading…
Cancel
Save