ci: remove deprecated datatracker-db-pg from del-old-packages script

This commit is contained in:
Nicolas Giard 2023-10-07 17:47:52 -04:00 committed by GitHub
parent a97f306555
commit a6babab105
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ const octokit = new Octokit({
const oldestDate = DateTime.utc().minus({ days: 7 })
for (const pkgName of ['datatracker-db', 'datatracker-db-pg']) {
for (const pkgName of ['datatracker-db']) {
let hasMore = true
let currentPage = 1