Skip to content

Commit 544f441

Browse files
authored
Rescedule nightly publish to 11pm pst, (7am ust)
So a nightly publish actually happens at what is night for most of the team.
1 parent 8fe8284 commit 544f441

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish Nightly
22

33
on:
44
schedule:
5-
- cron: '0 23 * * *'
5+
- cron: '0 7 * * *'
66
repository_dispatch:
77
types: publish-nightly
88

@@ -29,4 +29,4 @@ jobs:
2929
env:
3030
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
3131
CI: true
32-
32+

0 commit comments

Comments
 (0)