From 25d11524e89c170e1b8dd91e94f13babcfc75c6d Mon Sep 17 00:00:00 2001 From: Gold856 <117957790+Gold856@users.noreply.github.com> Date: Fri, 24 Jan 2025 00:46:13 -0500 Subject: [PATCH] [ci] Re-enable Artifactory cleaner cron job (#7721) The query now targets the local repo for extra safety. --- .github/workflows/aql/wpilib-mvn-development_unused.aql | 2 +- .github/workflows/artifactory-nightly-cleanup.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/aql/wpilib-mvn-development_unused.aql b/.github/workflows/aql/wpilib-mvn-development_unused.aql index 4fc627fbd3..365094310c 100644 --- a/.github/workflows/aql/wpilib-mvn-development_unused.aql +++ b/.github/workflows/aql/wpilib-mvn-development_unused.aql @@ -3,7 +3,7 @@ { "aql": { "items.find": { - "repo": "wpilib-mvn-development", + "repo": "wpilib-mvn-development-local", "path": { "$nmatch":"*edu/wpi/first/thirdparty*" }, "$or":[ { diff --git a/.github/workflows/artifactory-nightly-cleanup.yml b/.github/workflows/artifactory-nightly-cleanup.yml index f76ec77db7..7f694b6d75 100644 --- a/.github/workflows/artifactory-nightly-cleanup.yml +++ b/.github/workflows/artifactory-nightly-cleanup.yml @@ -2,6 +2,8 @@ name: Artifactory Nightly Cleanup on: workflow_dispatch: + schedule: + - cron: '15 2 * * *' jobs: wpilib-mvn-development_unused_cleanup: