diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2021-02-17 01:50:47 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-17 01:50:47 -0800 |
| commit | f72f037be5d4c35a3cd64fb300eb9a812fd338ef (patch) | |
| tree | e01b07582f8898f023da03bcefd977dea6b52027 | |
| parent | 21493901953076bc47e57a57e3c20f96ea049617 (diff) | |
| download | seaweedfs-f72f037be5d4c35a3cd64fb300eb9a812fd338ef.tar.xz seaweedfs-f72f037be5d4c35a3cd64fb300eb9a812fd338ef.zip | |
Delete 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 d8719c36f..000000000 --- a/.github/workflows/cleanup.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: 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-* |
