Update daily GitHub action to allow manual trigger (#14718)

This commit is contained in:
Aditya Patwardhan 2021-02-05 11:33:35 -08:00 committed by GitHub
parent 887467eb32
commit e8988bf786
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@
name: PowerShell Daily
on:
workflow_dispatch:
schedule:
# At 13:00 UTC every day.
- cron: '0 13 * * *'