From 34f195f61eb13ce8757d497fc0d5887f734e4411 Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Tue, 20 Feb 2024 15:09:19 -0600 Subject: [PATCH] [CI] Remove redundant boot version from check-samples [skip ci] --- .github/workflows/ci-pr.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index 6dfca797..1b281c5e 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -80,7 +80,7 @@ jobs: needs: [prerequisites, build_and_verify] strategy: matrix: - springBootVersion: [ "${{ needs.prerequisites.outputs.boot_version }}", '3.3.0-SNAPSHOT' ] + springBootVersion: [ "${{ needs.prerequisites.outputs.boot_version }}" ] runs-on: ubuntu-latest if: needs.prerequisites.outputs.runjobs steps: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e165a52..09bb9598 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: needs: [prerequisites] strategy: matrix: - springBootVersion: [ "${{ needs.prerequisites.outputs.boot_version }}", '3.3.0-SNAPSHOT' ] + springBootVersion: [ "${{ needs.prerequisites.outputs.boot_version }}" ] runs-on: ubuntu-latest if: needs.prerequisites.outputs.runjobs steps: