diff --git a/.github/workflows/package-clean-up.yml b/.github/workflows/package-clean-up.yml index a4adb02..476e44c 100644 --- a/.github/workflows/package-clean-up.yml +++ b/.github/workflows/package-clean-up.yml @@ -2,8 +2,7 @@ name: Delete all containers from repository without tags # Controls when the workflow will run on: - # Triggers the workflow on push or pull request events but only for the main branch - workflow_dispatch: + workflow_dispatch # schedule: # - cron: "0 3 3 * *"