ci: run stale.yml workflow manually

This commit is contained in:
Sid 2024-01-08 15:58:04 +05:30 committed by GitHub
parent 13974fed8e
commit 4c799345b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -5,9 +5,7 @@
# https://github.com/actions/stale
name: Mark stale issues and pull requests
on:
schedule:
- cron: '31 22 * * *'
on: workflow_dispatch
jobs:
stale: