[ci] Re-enable Artifactory cleaner cron job (#7721)

The query now targets the local repo for extra safety.
This commit is contained in:
Gold856
2025-01-24 00:46:13 -05:00
committed by GitHub
parent d86a2ec83b
commit 25d11524e8
2 changed files with 3 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
{
"aql": {
"items.find": {
"repo": "wpilib-mvn-development",
"repo": "wpilib-mvn-development-local",
"path": { "$nmatch":"*edu/wpi/first/thirdparty*" },
"$or":[
{

View File

@@ -2,6 +2,8 @@ name: Artifactory Nightly Cleanup
on:
workflow_dispatch:
schedule:
- cron: '15 2 * * *'
jobs:
wpilib-mvn-development_unused_cleanup: