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:
|
||||
build:
|
||||
name: Build
|
||||
name: Build on ${{ matrix.os }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
strategy:
|
||||
@ -56,7 +56,7 @@ jobs:
|
||||
run: ./gradlew ${{ matrix.tasks }}
|
||||
|
||||
publish:
|
||||
name: Publish
|
||||
name: Publish on ${{ matrix.os }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
if: github.ref == 'refs/heads/master' && github.repository == 'michaelbull/kotlin-result'
|
||||
needs: build
|
||||
|
Loading…
Reference in New Issue
Block a user