mirror of
https://github.com/safing/intel-data
synced 2025-04-25 19:29:11 +00:00
Issue Mgmt: Change trigger timing for testing
This commit is contained in:
parent
d48964f2c9
commit
50167b6001
1 changed files with 1 additions and 1 deletions
2
.github/workflows/issues-stale.yml
vendored
2
.github/workflows/issues-stale.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue