From 74288b550f0868dfa68c6b7383c805fa9ee6f40a Mon Sep 17 00:00:00 2001 From: Carmine Vassallo Date: Mon, 11 Nov 2024 18:01:39 +0100 Subject: [PATCH] trigger simplified workflow --- .github/workflows/release.yml | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4a5e14f07..686949ad7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,12 +1,14 @@ on: - workflow_dispatch: - inputs: - version: - description: "Version of the release" - required: true - buildNumber: - description: "Build number of the release" - required: true + pull_request: + types: [opened, synchronize, reopened] + # workflow_dispatch: + # inputs: + # version: + # description: "Version of the release" + # required: true + # buildNumber: + # description: "Build number of the release" + # required: true name: Release @@ -39,7 +41,10 @@ jobs: with: local-repo-dir: ${{ steps.local_repo.outputs.dir }} remote-repo: sonarsource-helm - build-number: ${{ github.event.inputs.buildNumber }} + build-number: "3762" + exclusions: "*.md5,*.sha1,*.sha256,*.sha512" + - name: Check resulting files + run: ls -l ${{ steps.local_repo.outputs.dir }} - name: Untar the downloaded charts run: | cd ${{ steps.local_repo.outputs.dir }}