From dda0f6caf9002e2d2c51e0f921fb4d9d24c3a699 Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Fri, 10 Dec 2021 09:15:03 +0100 Subject: [PATCH] Try to troubleshoot scheduled events info --- .github/workflows/publish.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index edfc9028..6f134742 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,7 +2,7 @@ name: Publish to npm on: schedule: - - cron: '0 7 * * *' + - cron: '16 8 * * *' # enable users to manually trigger with workflow_dispatch workflow_dispatch: inputs: @@ -16,6 +16,10 @@ jobs: name: Publish to npm runs-on: ubuntu-latest steps: + - run: | + echo ${{github.event_name}} + echo ${{github.event.inputs.nightly}} + - uses: actions/setup-node@v2 with: node-version: 14