From fb1e32e60fe80856ea477aa5ff53cdc230998195 Mon Sep 17 00:00:00 2001 From: Ame_x Edam Date: Tue, 12 Nov 2024 05:22:58 +0000 Subject: [PATCH] chore: change name of task --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37b084da..ab5874d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -182,6 +182,7 @@ jobs: path: coverage/ perf-measures-type-check-on-pr: + name: 'Type Check on PR' runs-on: ubuntu-latest if: github.event_name == 'pull_request' steps: @@ -209,6 +210,7 @@ jobs: name: display comparison perf-measures-type-check-on-main: + name: 'Type Check on Main' runs-on: ubuntu-latest if: github.ref == 'refs/heads/main' steps: @@ -225,6 +227,7 @@ jobs: key: type-check-perf-previous-result-${{ github.sha }} perf-measures-bundle-check-on-pr: + name: 'Bundle Check on PR' runs-on: ubuntu-latest if: github.event_name == 'pull_request' steps: @@ -250,6 +253,7 @@ jobs: name: display comparison perf-measures-bundle-check-on-main: + name: 'Bundle Check on Main' runs-on: ubuntu-latest if: github.ref == 'refs/heads/main' steps: