Skip to content

Commit

Permalink
chore(gh action): reduce cron sched to once per day (#8721)
Browse files Browse the repository at this point in the history
Co-authored-by: Ashika <35131273+ashika01@users.noreply.github.com>
  • Loading branch information
siegerts and ashika01 authored Aug 31, 2021
1 parent e8200ca commit 6efc50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Lock Threads'

on:
schedule:
- cron: '0 * * * *'
- cron: '30 1 * * *'

jobs:
lock:
Expand Down

0 comments on commit 6efc50a

Please sign in to comment.