Skip to content

Commit

Permalink
skip tests
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Bertschy <[email protected]>
  • Loading branch information
matthyx committed Sep 2, 2024
1 parent 35a649d commit 28e5ed1
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 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,17 +37,7 @@ 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
steps:
- name: Checkout
Expand All @@ -63,7 +53,7 @@ jobs:
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
# - name: git checkout to new commit
# run: git checkout ${{ inputs.COMMIT_REF }}

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

- name: Run chart-releaser
uses: helm/[email protected]
env:
env:
charts_dir: "charts/kubescape-operator"
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 28e5ed1

Please sign in to comment.