diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-09-06 18:35:19 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-09-06 18:35:19 -0700 |
| commit | 9ec151fa0d6f3a1b583b6274d6c66bf26dcfd9b0 (patch) | |
| tree | b8c723b15ad662c845063172e65707f7147fe9f1 /.github/workflows/cleanup.yml | |
| parent | 2b1feb732c6bc986a5dbfc64cf69b171c13128ca (diff) | |
| download | seaweedfs-9ec151fa0d6f3a1b583b6274d6c66bf26dcfd9b0.tar.xz seaweedfs-9ec151fa0d6f3a1b583b6274d6c66bf26dcfd9b0.zip | |
action: delete previous assets
Diffstat (limited to '.github/workflows/cleanup.yml')
| -rw-r--r-- | .github/workflows/cleanup.yml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml deleted file mode 100644 index 34e3a481b..000000000 --- a/.github/workflows/cleanup.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: "chore: cleanup" - -on: - push: - branches: [ master ] - -jobs: - - build: - name: Build - runs-on: ubuntu-latest - - steps: - - - name: Delete old release assets - uses: mknejp/delete-release-assets@v1 - with: - token: ${{ github.token }} - tag: dev - fail-if-no-assets: false - assets: | - weed-* |
