Skip to content

Commit 0056e25

Browse files
dev: add on workflow_dispatch to test action outside schedule
1 parent 1b885b3 commit 0056e25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/stale.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: 'Close stale issues and PRs'
22
on:
3+
workflow_dispatch:
34
schedule:
45
- cron: '30 1 * * *'
56

0 commit comments

Comments
 (0)