From d438b2fdfa54c686c5015f480ce17bb207beed01 Mon Sep 17 00:00:00 2001 From: Silvin Lubecki Date: Tue, 27 Feb 2024 17:38:05 +0100 Subject: [PATCH] Comment E2E and linter steps in release pipeline, as we already did at PR level Signed-off-by: Silvin Lubecki --- .github/workflows/release-weekly-build.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release-weekly-build.yml b/.github/workflows/release-weekly-build.yml index 8226c94..6b57d25 100644 --- a/.github/workflows/release-weekly-build.yml +++ b/.github/workflows/release-weekly-build.yml @@ -31,8 +31,8 @@ jobs: - name: Check license headers run: make validate - - name: Run golangci-lint - run: make lint +# - name: Run golangci-lint +# run: make lint build: name: Cross compile @@ -97,11 +97,11 @@ jobs: - name: Extract platform binary run: mv dist/hub-tool-packages/* dist/ && make -f builder.Makefile ci-extract - - name: Run e2e tests - env: - E2E_HUB_USERNAME: ${{ secrets.E2E_HUB_USERNAME }} - E2E_HUB_TOKEN: ${{ secrets.E2E_HUB_TOKEN }} - run: make TAG_NAME=${{ github.event.inputs.tag }} e2e +# - name: Run e2e tests +# env: +# E2E_HUB_USERNAME: ${{ secrets.E2E_HUB_USERNAME }} +# E2E_HUB_TOKEN: ${{ secrets.E2E_HUB_TOKEN }} +# run: make TAG_NAME=${{ github.event.inputs.tag }} e2e release: name: Do GitHub release