Skip to content

Commit

Permalink
Update run name for test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
brianschubert committed Dec 31, 2023
1 parent bbd5d1f commit c7555e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Tests

run-name: Test ${{ github.event.ref}}${{ github.event_name == 'push' && ' - ${{ github.event.head_commit.message }}' || '' }}

on:
push:
branches: [ develop ]
Expand Down

0 comments on commit c7555e9

Please sign in to comment.