Rescedule nightly publish to 11pm pst, (7am ust)

So a nightly publish actually happens at what is night for most of the team.
This commit is contained in:
Wesley Wigham 2020-02-24 17:13:00 -08:00 committed by GitHub
parent 8fe8284370
commit 544f4413b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ name: Publish Nightly
on:
schedule:
- cron: '0 23 * * *'
- cron: '0 7 * * *'
repository_dispatch:
types: publish-nightly
@ -29,4 +29,4 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
CI: true