Skip to content
This repository was archived by the owner on Feb 8, 2026. It is now read-only.

chore(deps): update amezin/container-registry-prune-action action to … #29

chore(deps): update amezin/container-registry-prune-action action to …

chore(deps): update amezin/container-registry-prune-action action to … #29

Workflow file for this run

name: test-cleanup
concurrency: ${{ github.workflow }}/${{ github.ref }}
on:
pull_request:
paths:
- .github/workflows/cleanup.yml
- .github.workflows/test-cleanup.yml
push:
paths:
- .github/workflows/cleanup.yml
- .github.workflows/test-cleanup.yml
jobs:
cleanup:
if: >-
!github.event.pull_request || github.event.pull_request.base.repo.node_id != github.event.pull_request.head.repo.node_id
uses: ./.github/workflows/cleanup.yml
with:
dry-run: true
permissions:
contents: read
packages: read