Skip to content

Commit

Permalink
Update lock.yml
Browse files Browse the repository at this point in the history
Change schedule to once a day
  • Loading branch information
gerard33 committed Nov 11, 2020
1 parent 66e9825 commit babb4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Lock
# yamllint disable-line rule:truthy
on:
schedule:
- cron: "0 * * * *"
- cron: "0 3 * * *"

jobs:
lock:
Expand Down

0 comments on commit babb4a7

Please sign in to comment.