gha: stale: Allow manually triggering it

This will help us to avoid waiting till the next time cron would trigger
the action to test

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio
2023-11-03 08:17:48 +01:00
parent 6abcf03611
commit 994615ca28

View File

@@ -2,6 +2,7 @@ name: 'Automatically close stale PRs'
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
stale: