Skip to content

Commit

Permalink
run only on sunday
Browse files Browse the repository at this point in the history
  • Loading branch information
lbargaoanu authored Jun 24, 2020
1 parent e5ffb15 commit 3c85506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Lock threads'

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

jobs:
lock:
Expand All @@ -20,4 +20,4 @@ jobs:
pr-lock-comment: >
This pull request has been automatically locked since there
has not been any recent activity after it was closed.
Please open a new issue for related bugs.
Please open a new issue for related bugs.

0 comments on commit 3c85506

Please sign in to comment.