Include os name in workflow jobs
This commit is contained in:
parent
f91b7c1efa
commit
5d2c732ae7
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -11,7 +11,7 @@ permissions:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build
|
name: Build on ${{ matrix.os }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
@ -56,7 +56,7 @@ jobs:
|
|||||||
run: ./gradlew ${{ matrix.tasks }}
|
run: ./gradlew ${{ matrix.tasks }}
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
name: Publish
|
name: Publish on ${{ matrix.os }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
if: github.ref == 'refs/heads/master' && github.repository == 'michaelbull/kotlin-result'
|
if: github.ref == 'refs/heads/master' && github.repository == 'michaelbull/kotlin-result'
|
||||||
needs: build
|
needs: build
|
||||||
|
Loading…
Reference in New Issue
Block a user