Skip to content

Commit

Permalink
Renaming workflows for easier visualization in GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Jan 30, 2025
1 parent 4bf11b4 commit 93676f1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/desktop_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
python-tests:
name: Tests
name: Desktop Web Tests
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mobile_native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
python-tests:
name: Tests
name: Mobile Native Tests
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mobile_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
python-tests:
name: Tests
name: Mobile Web Tests
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/robot_desktop_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
python-tests:
name: Tests
name: Robot Desktop Tests
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 93676f1

Please sign in to comment.