Skip to content

Commit

Permalink
chore: cron every 1 hour o'clock
Browse files Browse the repository at this point in the history
  • Loading branch information
davorpa committed Sep 6, 2022
1 parent be7bb47 commit dc44e45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Stale and close inactive issues/PRs

on:
schedule:
- cron: "0 0,6,12,18 * * *" # every 6 hours o'clock... 0:00am 6:00am 12:00pm 18:00pm
workflow_dispatch: # or manually
- cron: "0 0-23 * * *" # every 1 hour at o'clock
workflow_dispatch: # or manually

permissions:
contents: none
Expand Down

0 comments on commit dc44e45

Please sign in to comment.