Skip to content

Commit 7c1bcdc

Browse files
CopilotMte90
andcommitted
Fix YAML syntax in kotlin-ci workflow
Co-authored-by: Mte90 <[email protected]>
1 parent acb6b98 commit 7c1bcdc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/kotlin-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI — Build Kotlin plugin on PR commits
1+
name: 'CI — Build Kotlin plugin on PR commits'
22

33
on:
44
pull_request:
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build-kotlin-plugin:
11-
name: Build (matrix: Java ${{ matrix.java-version }})
11+
name: 'Build (matrix: Java ${{ matrix.java-version }})'
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
@@ -87,4 +87,4 @@ jobs:
8787
path: |
8888
kotlin-subproject-build.log
8989
assemble.log
90-
|| true
90+
if: always()

0 commit comments

Comments
 (0)