Skip to content

Commit

Permalink
Differentiate the names for each of the tox runs in github
Browse files Browse the repository at this point in the history
  • Loading branch information
plars committed Oct 20, 2023
1 parent 86697fc commit 14c90c2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/agent-tox.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run unit tests
name: [agent] Run unit tests

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-tox.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run unit tests
name: [cli] Run unit tests

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/device-tox.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run unit tests
name: "[device-connectors] Run unit tests"

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/server-tox.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run unit tests
name: [server] Run unit tests

on:
push:
Expand Down

0 comments on commit 14c90c2

Please sign in to comment.