From eefd5ddf9d5b6416c55af35e68bd68f5ddf471a6 Mon Sep 17 00:00:00 2001 From: DimitrisJim <d.f.hilliard@gmail.com> Date: Mon, 25 Mar 2024 15:38:15 +0200 Subject: [PATCH] chore: Rename job name. --- .github/workflows/e2emodule.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2emodule.yml b/.github/workflows/e2emodule.yml index 0a6896e5417..dc4f8dbc046 100644 --- a/.github/workflows/e2emodule.yml +++ b/.github/workflows/e2emodule.yml @@ -1,4 +1,4 @@ -name: E2E Module +name: E2E Unit tests/Lint. # This workflow runs when a PR is opened that targets code that is part of the e2e module. on: pull_request: