Skip to content
This repository was archived by the owner on May 2, 2026. It is now read-only.

Commit b052ee8

Browse files
committed
ci: only run on request
1 parent f684f56 commit b052ee8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/stale.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Mark Stale Issues and Pull Requests
22

33
on:
4-
schedule:
5-
# Runs every day at 6:30 UTC
6-
- cron: "30 6 * * *"
4+
# schedule:
5+
# Runs every day at 6:30 UTC
6+
# - cron: "30 6 * * *"
77
# Allows you to run this workflow manually from the Actions tab for testing
88
workflow_dispatch:
99

0 commit comments

Comments
 (0)