Skip to content

Commit d4152bb

Browse files
authored
Simplify GHA workflow names (#1148)
The emojis were fun but have become a pain, simplify this for utility.
1 parent ac0058b commit d4152bb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cli.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 🚦 CLI Tests
1+
name: Unit Tests
22
on:
33
workflow_dispatch:
44
push:

.github/workflows/cli_integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "🦀 Integration Tests"
1+
name: Integration Tests
22
on:
33
workflow_dispatch:
44
push:

.github/workflows/plugins.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 🚦 Plugin Tests
1+
name: Plugin Tests
22
on:
33
workflow_dispatch:
44
push:

0 commit comments

Comments
 (0)