Skip to content

Commit 32d87fc

Browse files
committed
[ci skip] add check
1 parent 10a3920 commit 32d87fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
if: ${{ !startsWith(github.event.head_commit.message, '[ci skip]') }}
3838
run: ./gradlew build
3939
- name: collect artifacts to out folder
40+
if: ${{ !startsWith(github.event.head_commit.message, '[ci skip]') }}
4041
run: |
4142
mkdir out
4243
mv ./versions/1.17.1/build/libs/* ./out

0 commit comments

Comments
 (0)