diff --git a/.github/workflows/vaporize.yml b/.github/workflows/vaporize.yml deleted file mode 100644 index d04343f..0000000 --- a/.github/workflows/vaporize.yml +++ /dev/null @@ -1,13 +0,0 @@ - - -name: 'artifacts cleanup' -on: [workflow_dispatch] - -jobs: - delete-artifacts: - runs-on: ubuntu-latest - steps: - - uses: kolpav/purge-artifacts-action@v1 - with: - token: ${{ github.token }} - expire-in: 0days # Set this to 0 to delete all artifacts