Skip to content

Commit

Permalink
adjust workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Apr 3, 2024
1 parent 32bba9e commit 79d70c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
testing:
name: Dev tests on ${{ matrix.os }}
name: ${{ matrix.os }} # Will read on the dashboard as 'Dev Tests / {os}'
runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down

0 comments on commit 79d70c9

Please sign in to comment.