Skip to content

Commit

Permalink
ci: Update helm e2e pipeline to run with any helm change (#441)
Browse files Browse the repository at this point in the history
Signed-off-by: Heba Elayoty <[email protected]>
  • Loading branch information
helayoty authored Feb 1, 2023
1 parent f91b7e4 commit cb663c9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:

jobs:
export-registry:
if: contains(github.event.pull_request.title, 'update manifest and helm charts') || (contains(github.event.pull_request.title, 'helm'))
if: contains(github.event.pull_request.title, 'helm')
runs-on: ubuntu-20.04
outputs:
registry: ${{ steps.export.outputs.registry }}
Expand Down
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,6 @@ lint: $(GOLANGCI_LINT)
lint-full: $(GOLANGCI_LINT) ## Run slower linters to detect possible issues
$(GOLANGCI_LINT) run -v --fast=false

.PHONY: check-mod
check-mod: # verifies that module changes for go.mod and go.sum are checked in
# @chmod a+x hack/ci/check_mods.sh
@hack/ci/check_mods.sh

.PHONY: mod
mod:
@go mod tidy
Expand Down
15 changes: 0 additions & 15 deletions hack/ci/check_mods.sh

This file was deleted.

0 comments on commit cb663c9

Please sign in to comment.