Skip to content

Commit

Permalink
Update stale.yml to only use workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
thyeggman authored Aug 1, 2024
1 parent 6707b74 commit 9512b1a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Mark stale issues and pull requests

on:
schedule:
- cron: "21 4 * * *"
workflow_dispatch:
# schedule:
# - cron: "21 4 * * *"

jobs:
stale:
Expand Down

1 comment on commit 9512b1a

@965022-oss
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.github/workflows/stale.yml/Merge #2461 Branch: main 965022-oss-patch1/SHA 3a95482282

Please sign in to comment.