Skip to content

Commit

Permalink
chore(stale): change the cron job schedule to stale
Browse files Browse the repository at this point in the history
  • Loading branch information
C0ZEN committed Jan 2, 2022
1 parent b07d9c9 commit 21e50fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Stale
on:
workflow_dispatch:
schedule:
- cron: '0 12 * * *'
- cron: '0 0 * * *'
jobs:
Stale:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 21e50fb

Please sign in to comment.