From e38c8feec15c0eb9e176683e2ab457271db01c92 Mon Sep 17 00:00:00 2001 From: "Ali(Ako) Hosseini" Date: Thu, 16 Nov 2023 16:41:46 +0800 Subject: [PATCH] Ako/ fix the runner name (#11495) --- .github/workflows/coveralls.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index 075860a071eb..9f1ba62898f4 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -8,7 +8,7 @@ name: Coveralls jobs: build: name: Reporter - runs-on: Runner_8cores_Deriv + runs-on: Runner_8cores_Deriv-app steps: - name: Checkout uses: actions/checkout@v4