File tree Expand file tree Collapse file tree 2 files changed +0
-38
lines changed Expand file tree Collapse file tree 2 files changed +0
-38
lines changed Original file line number Diff line number Diff line change @@ -117,17 +117,3 @@ jobs:
117
117
asset_path : ${{ matrix.GOOS }}-${{ matrix.GOARCH }}.tar.gz
118
118
asset_name : ${{ matrix.GOOS }}-${{ matrix.GOARCH }}.tar.gz
119
119
asset_content_type : application/gzip
120
-
121
- clean_old :
122
- runs-on : ubuntu-24.04
123
- # Do not clean up old builds on workflow_dispatch to allow temporarily
124
- # re-creating old releases for backports.
125
- if : github.event_name == 'push'
126
- needs : [upload_release]
127
- steps :
128
- - name : checkout
129
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
130
- with :
131
- ref : ${{ inputs.ref || github.ref }}
132
- - name : Delete older builds
133
- run : ./.github/workflows/prune_old_builds.sh "${{ secrets.GITHUB_TOKEN }}"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments