Test manual trigger (#1199)
* Update dotnet-core.yml * try again * removing for testing * Revert "try again" This reverts commit71f09c1a70. * Revert "removing for testing" This reverts commit7019937e33.
This commit is contained in:
parent
0582ff1fed
commit
4ce7d670e2
|
|
@ -1,6 +1,12 @@
|
|||
name: Pack and publish to Myget
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
logLevel:
|
||||
description: 'Log level'
|
||||
required: true
|
||||
default: 'warning'
|
||||
schedule:
|
||||
- cron: '0 0 * * *' # once in a day at 00:00
|
||||
push:
|
||||
|
|
|
|||
Loading…
Reference in New Issue