Skip to content

Commit

Permalink
skip tests
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com>
  • Loading branch information
matthyx committed Aug 29, 2024
1 parent 405307e commit 3137f8b
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/03-helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
CHARTS_NAME:
type: choice
description: What chart do you want to release?
options:
options:
- kubescape-operator
HELM_E2E_TEST:
required: false
Expand Down Expand Up @@ -37,15 +37,6 @@ on:
type: string

jobs:
e2e-test:
if: ${{ github.event.inputs.HELM_E2E_TEST }}
with:
BRANCH: main
TESTS_BRANCH: ${{ github.event.inputs.TESTS_BRANCH }}
KS_BRANCH: "master"
uses: ./.github/workflows/02-e2e-test.yaml
secrets: inherit

helm-chart-release:
needs: e2e-test
runs-on: ubuntu-latest
Expand All @@ -63,7 +54,7 @@ jobs:
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
# - name: git checkout to new commit
# run: git checkout ${{ inputs.COMMIT_REF }}

Expand All @@ -74,6 +65,6 @@ jobs:

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.4.1
env:
env:
charts_dir: "charts/kubescape-operator"
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 3137f8b

Please sign in to comment.