diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 99888b54a94c..0f03f6103959 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,4 +1,4 @@ -name: Code Quality Checks +name: 🛠️ Code Quality Checks on: workflow_dispatch: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 245ee158617f..52abb17a06e9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,4 +1,4 @@ -name: Publish +name: 🚀 Publish on: workflow_dispatch: diff --git a/.github/workflows/sync_translations.yml b/.github/workflows/sync_translations.yml index b96615c35992..2498723b706e 100644 --- a/.github/workflows/sync_translations.yml +++ b/.github/workflows/sync_translations.yml @@ -1,4 +1,4 @@ -name: Sync Translations +name: 🌐 Sync Translations on: workflow_dispatch: diff --git a/.github/workflows/tests_emulator.yml b/.github/workflows/tests_emulator.yml index ba0949b3670e..4d4c6dad43bb 100644 --- a/.github/workflows/tests_emulator.yml +++ b/.github/workflows/tests_emulator.yml @@ -1,4 +1,4 @@ -name: Emulator Tests +name: 🛠️ Emulator Tests on: workflow_dispatch: diff --git a/.github/workflows/tests_unit.yml b/.github/workflows/tests_unit.yml index fe16cd20f50f..b96827353179 100644 --- a/.github/workflows/tests_unit.yml +++ b/.github/workflows/tests_unit.yml @@ -1,4 +1,4 @@ -name: Unit Tests +name: 🛠️ Unit Tests on: workflow_dispatch: