mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 17:25:39 +01:00
Try to troubleshoot scheduled events info
This commit is contained in:
parent
d031927599
commit
dda0f6caf9
1 changed files with 5 additions and 1 deletions
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue