From 8522cb8d471591d8973ba18d5f379b29231fd124 Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Fri, 13 Dec 2024 15:27:44 -0500 Subject: [PATCH] test: remove unnecessary tests from CI --- .github/workflows/version-bump.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/version-bump.yml b/.github/workflows/version-bump.yml index 77133d9df..a2e8111f1 100644 --- a/.github/workflows/version-bump.yml +++ b/.github/workflows/version-bump.yml @@ -10,20 +10,7 @@ permissions: pull-requests: write jobs: - run-tests: - name: "Run tests" - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-go@v5 - with: - go-version: "1.23" - check-latest: true - - name: Run tests - run: make test - bump-version: - needs: [run-tests] runs-on: ubuntu-latest name: "Bump Version" if: ${{ !startsWith(github.event.head_commit.message, 'bump:') }}