From 544f4413b4bf732d25d6573d12fa0663672ecec8 Mon Sep 17 00:00:00 2001 From: Wesley Wigham Date: Mon, 24 Feb 2020 17:13:00 -0800 Subject: [PATCH] Rescedule nightly publish to 11pm pst, (7am ust) So a nightly publish actually happens at what is night for most of the team. --- .github/workflows/nightly.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index 4ca57524c84..99a8a007ac3 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -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 - \ No newline at end of file +