[CI] Remove redundant boot version from check-samples [skip ci]
This commit is contained in:
2
.github/workflows/ci-pr.yml
vendored
2
.github/workflows/ci-pr.yml
vendored
@@ -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:
|
||||
|
||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user