Skip to content

Commit

Permalink
chore: decrease lock action runs #34180
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Feb 10, 2022
1 parent b37d49c commit 4f55299
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lock.yml
Expand Up @@ -2,8 +2,8 @@ name: 'Lock Threads'

on:
schedule:
# This runs every hour: https://crontab.guru/every-1-hour
- cron: '0 * * * *'
# This runs twice a day: https://crontab.guru/#0_0,12_*_*_*
- cron: '0 0,12 * * *'
workflow_dispatch:

permissions:
Expand Down

0 comments on commit 4f55299

Please sign in to comment.