Update stale.yml to only use workflow_dispatch

This commit is contained in:
Jacob Wallraff
2024-08-01 15:42:06 -07:00
committed by GitHub
parent 6707b74736
commit 9512b1a781
+3 -2
View File
@@ -1,8 +1,9 @@
name: Mark stale issues and pull requests
on:
schedule:
- cron: "21 4 * * *"
workflow_dispatch:
# schedule:
# - cron: "21 4 * * *"
jobs:
stale: