Issue Mgmt: Change trigger timing for testing

This commit is contained in:
Daniel 2023-08-30 12:15:15 +02:00
parent d48964f2c9
commit 50167b6001

View file

@ -4,7 +4,7 @@ name: Close Stale Issues
on:
schedule:
- cron: "17 5 * * 1-5" # run at 5:17 (UTC) on Monday to Friday
- cron: "17 * * * 1-5" # run at 5:17 (UTC) on Monday to Friday
permissions:
contents: read