Skip to content

Commit

Permalink
Add names to workflow jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbull committed Mar 3, 2024
1 parent 8056f2c commit 6d45f56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ permissions:

jobs:
build:
name: Build

strategy:
matrix:
include:
Expand Down Expand Up @@ -55,6 +57,8 @@ jobs:
run: ./gradlew ${{ matrix.tasks }}

publish:
name: Publish

needs: build
if: github.ref == 'refs/heads/master' && github.event_name == 'push' && needs.build.result == 'success'

Expand Down

0 comments on commit 6d45f56

Please sign in to comment.