[action] update spec file not to delete latest repository
authorYelin Jeong <yelini.jeong@samsung.com>
Wed, 31 May 2023 00:54:20 +0000 (09:54 +0900)
committer추지호/SoC Architecture팀(SR)/삼성전자 <jiho.chu@samsung.com>
Thu, 1 Jun 2023 01:49:09 +0000 (10:49 +0900)
This patch udpates spec file not to delete latest repository.
Repository name is YYYYMMDD except for latest.

Signed-off-by: Yelin Jeong <yelini.jeong@samsung.com>
.github/actions/delete-package-with-spec/before3weeks.json

index 64ca4d8910a2a81b4947fa1677af7bfee3a70d89..4280502426767ea9bd5ee7c80a576949966ccc14 100644 (file)
@@ -5,7 +5,7 @@
           "items.find": {
             "repo": {"$eq":"aip-generic-local"},
             "path": {"$match":"*NPU_SystemService*"},
-            "name": {"$match":"*"},
+            "name": {"$match":"20*"},
             "type" : "any",
             "created": { "$before":"3weeks" }
           }