Skip to content

Commit

Permalink
Simplify GHA workflow names (#1148)
Browse files Browse the repository at this point in the history
The emojis were fun but have become a pain, simplify this for utility.
  • Loading branch information
brynary authored Nov 18, 2024
1 parent ac0058b commit d4152bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cli.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 🚦 CLI Tests
name: Unit Tests
on:
workflow_dispatch:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli_integration.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "🦀 Integration Tests"
name: Integration Tests
on:
workflow_dispatch:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/plugins.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 🚦 Plugin Tests
name: Plugin Tests
on:
workflow_dispatch:
push:
Expand Down

0 comments on commit d4152bb

Please sign in to comment.