Skip to content

Commit

Permalink
Merge pull request #23307 from ivotron/only-package-rp-storage-tool-o…
Browse files Browse the repository at this point in the history
…n-tags

gha: reduce execution frequency (on cheap runner)
  • Loading branch information
ivotron authored Sep 12, 2024
2 parents 2d6a7ba + 053fe31 commit a1cf5f0
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/release-rp-storage-tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,8 @@ name: Release rp-storage-tool

on:
push:
branches:
- dev
- 'v*'
tags:
- 'v*'
pull_request:
paths:
- 'tools/rp_storage_tool/**'
- 'tests/docker/Dockerfile'
- 'tests/docker/ducktape-deps/rust'
- 'tests/docker/ducktape-deps/rp-storage-tool'
- '.github/workflows/release-rp-storage-tool.yml'


jobs:
release-rp-storage-tool:
Expand All @@ -26,7 +15,7 @@ jobs:
- release_for: linux-amd64
os: ubuntu-latest
- release_for: linux-arm64
os: ubuntu-latest-4-arm64
os: ubuntu-latest-2-arm64
runs-on: ${{ matrix.platform.os }}
steps:
- name: configure aws credentials
Expand Down

0 comments on commit a1cf5f0

Please sign in to comment.