Skip to content

Commit

Permalink
trigger simplified workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
carminevassallo committed Nov 11, 2024
1 parent de2a584 commit 74288b5
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 74288b5

Please sign in to comment.