diff --git a/.github/workflows/ghcr-cleanup.yaml b/.github/workflows/ghcr-cleanup.yaml index 3782739d..5405ba9b 100644 --- a/.github/workflows/ghcr-cleanup.yaml +++ b/.github/workflows/ghcr-cleanup.yaml @@ -6,7 +6,7 @@ on: jobs: ghcr-cleanup: - if: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }} + # if: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }} name: Delete stale or untagged images runs-on: ubuntu-latest steps: