We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fded79 commit 7e2d8c7Copy full SHA for 7e2d8c7
2 files changed
.github/workflows/tf-queue.yml
@@ -9,7 +9,6 @@ on:
9
jobs:
10
build:
11
runs-on: ubuntu-latest
12
- if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
13
14
steps:
15
- uses: actions/checkout@v6
pom.xml
@@ -22,7 +22,7 @@
22
<parent>
23
<groupId>org.springframework.boot</groupId>
24
<artifactId>spring-boot-starter-parent</artifactId>
25
- <version>4.0.0</version>
+ <version>4.0.1</version>
26
<relativePath/>
27
</parent>
28
0 commit comments