Revert Locker schedule to run once a day (#214893)

pull/214900/head
Bhavya U 2024-06-11 09:58:13 -07:00 committed by GitHub
parent 5adc4dcb02
commit 085b38d140
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
name: Locker
on:
schedule:
- cron: 20 * * * * # run on the 20th minute of every hour
- cron: 20 23 * * * # 4:20pm Redmond
repository_dispatch:
types: [trigger-locker]