fix: leave on manual delete-packages.yml

leave it on manual control until the bug with multiarch is fixed.

https://github.com/dataaxiom/ghcr-cleanup-action/issues/35
This commit is contained in:
Artemy Egorov 2024-08-05 21:22:41 +03:00 committed by GitHub
parent 7b7e6e868f
commit ae1f3a2ee0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,13 +1,6 @@
name: Delete untagged packages
on:
workflow_run:
workflows:
- build-check
- Create and publish a Docker image
- format-check
types:
- completed
on: workflow_dispatch
jobs:
delete-untagged-packages: