Skip to content

Commit

Permalink
after tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Avi-Robusta committed Oct 10, 2024
1 parent 29aa546 commit ea81be2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@ name: Release Robusta
on:
release:
types: [published]
pull_request:
types: [opened, synchronize, reopened]

env:
RELEASE_VER : "git-test-image" #${{ github.event.release.tag_name }}
RELEASE_VER : ${{ github.event.release.tag_name }}
jobs:
setup-build-publish-deploy:
if: github.event_name == 'release' || (github.event_name == 'pull_request')
name: Build images
runs-on: ubuntu-latest

Expand Down Expand Up @@ -59,8 +55,6 @@ jobs:
push: true
tags: robustadev/kubewatch:${{ env.RELEASE_VER }}

# Upload helm chart only on release, not on pull request
- name: Upload helm chart
if: github.event_name == 'release'
run: |
cd helm && ./upload_chart.sh

0 comments on commit ea81be2

Please sign in to comment.