mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-12-12 11:50:54 -06:00
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:
parent
8fe8284370
commit
544f4413b4
4
.github/workflows/nightly.yaml
vendored
4
.github/workflows/nightly.yaml
vendored
@ -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
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user