diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml index 5a1b419d8..7099e5fb4 100644 --- a/.github/workflows/cli.yml +++ b/.github/workflows/cli.yml @@ -1,4 +1,4 @@ -name: 🚦 CLI Tests +name: Unit Tests on: workflow_dispatch: push: diff --git a/.github/workflows/cli_integration.yml b/.github/workflows/cli_integration.yml index bbf697e54..ff59c3a1c 100644 --- a/.github/workflows/cli_integration.yml +++ b/.github/workflows/cli_integration.yml @@ -1,4 +1,4 @@ -name: "🦀 Integration Tests" +name: Integration Tests on: workflow_dispatch: push: diff --git a/.github/workflows/plugins.yml b/.github/workflows/plugins.yml index 0e83dfe63..85a013d6b 100644 --- a/.github/workflows/plugins.yml +++ b/.github/workflows/plugins.yml @@ -1,4 +1,4 @@ -name: 🚦 Plugin Tests +name: Plugin Tests on: workflow_dispatch: push: