We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acb6b98 commit 7c1bcdcCopy full SHA for 7c1bcdc
.github/workflows/kotlin-ci.yml
@@ -1,4 +1,4 @@
1
-name: CI — Build Kotlin plugin on PR commits
+name: 'CI — Build Kotlin plugin on PR commits'
2
3
on:
4
pull_request:
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
build-kotlin-plugin:
11
- name: Build (matrix: Java ${{ matrix.java-version }})
+ name: 'Build (matrix: Java ${{ matrix.java-version }})'
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
@@ -87,4 +87,4 @@ jobs:
87
path: |
88
kotlin-subproject-build.log
89
assemble.log
90
- || true
+ if: always()
0 commit comments