Skip to content

Commit

Permalink
fix: disable releases
Browse files Browse the repository at this point in the history
  • Loading branch information
russkel committed Aug 12, 2024
1 parent 7606e88 commit 1706172
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -12,19 +12,15 @@ jobs:
- runner: buildjet-4vcpu-ubuntu-2204
arch: amd64
ros_distro: iron
github_release: true
- runner: buildjet-4vcpu-ubuntu-2204-arm
arch: arm64
ros_distro: iron
github_release: false
- runner: buildjet-4vcpu-ubuntu-2204
arch: amd64
ros_distro: jazzy
github_release: false
- runner: buildjet-4vcpu-ubuntu-2204-arm
arch: arm64
ros_distro: jazzy
github_release: false

name: Release - ${{ matrix.job.arch }}
runs-on: ${{matrix.job.runner}}}
@@ -39,6 +35,6 @@ jobs:
token: ${{ secrets.API_TOKEN_GITHUB }}
arch: ${{ matrix.job.arch }}
ros_distro: ${{ matrix.job.ros_distro }}
github_release: ${{ matrix.job.github_release }}
github_release: false
public: true
changelog: false
changelog: false

0 comments on commit 1706172

Please sign in to comment.