mirror of
https://github.com/n8n-io/n8n
synced 2026-04-21 15:47:20 +00:00
ci: Increase stale image limit (#28413)
This commit is contained in:
parent
8cd75d2f2d
commit
837652d14a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/util-cleanup-pr-images.yml
vendored
2
.github/workflows/util-cleanup-pr-images.yml
vendored
|
|
@ -24,4 +24,4 @@ jobs:
|
|||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GHCR_ORG: ${{ github.repository_owner }}
|
||||
GHCR_REPO: ${{ github.event.repository.name }}
|
||||
run: node .github/scripts/cleanup-ghcr-images.mjs --stale 1
|
||||
run: node .github/scripts/cleanup-ghcr-images.mjs --stale 3
|
||||
|
|
|
|||
Loading…
Reference in a new issue