Skip to content

Commit

Permalink
Include os name in workflow jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbull committed Mar 5, 2024
1 parent f91b7c1 commit 5d2c732
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
build:
name: Build
name: Build on ${{ matrix.os }}
runs-on: ${{ matrix.os }}

strategy:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5d2c732

Please sign in to comment.