fix: delete packages only on dispatch

This commit is contained in:
Artemy Egorov 2024-08-05 20:30:24 +03:00 committed by GitHub
parent 2bc5bb4fdd
commit fd9626c7f9
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: