Skip to content

Commit 5b2cc69

Browse files
authored
Merge pull request #116 from tailscale/mpminardi/remove-build-pruning
.github/workflows: remove build pruning
2 parents 69a12b0 + 9326f58 commit 5b2cc69

File tree

2 files changed

+0
-38
lines changed

2 files changed

+0
-38
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -117,17 +117,3 @@ jobs:
117117
asset_path: ${{ matrix.GOOS }}-${{ matrix.GOARCH }}.tar.gz
118118
asset_name: ${{ matrix.GOOS }}-${{ matrix.GOARCH }}.tar.gz
119119
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 }}"

.github/workflows/prune_old_builds.sh

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)