Skip to content

Commit

Permalink
Move to run-name
Browse files Browse the repository at this point in the history
  • Loading branch information
a-b committed Nov 10, 2024
1 parent 016bd33 commit 3edfae0
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/tests-unit.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
name: "Unit Tests"
name: Unit Tests

run-name: >-
Unit Tests:
${{ github.event_name == 'pull_request'
&& format('PR #{0} - {1}', github.event.pull_request.number, github.event.pull_request.title)
|| format('{0} to {1}', github.event_name, github.ref_name)
}}
on:
workflow_dispatch:
Expand All @@ -23,12 +30,7 @@ permissions:

jobs:
unit-tests:
name: >-
Unit Tests:
${{ github.event_name == 'pull_request'
&& format('PR #{0} - {1}', github.event.pull_request.number, github.event.pull_request.title)
|| format('{0} to {1}', github.event_name, github.ref_name)
}} (${{ matrix.os }})
name: Unit Tests (${{ matrix.os }})
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 3edfae0

Please sign in to comment.