Skip to content

Commit

Permalink
ci: Deactivate stale workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Nils Wistoff <[email protected]>
  • Loading branch information
niwis committed Mar 4, 2024
1 parent 9338c2c commit 6706bca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

name: 'Close stale issues and PRs'
on:
workflow_dispatch:
schedule:
- cron: '30 1 * * *'
workflow_dispatch
# schedule:
# - cron: '30 1 * * *'

jobs:
stale:
Expand Down

0 comments on commit 6706bca

Please sign in to comment.