From dfff6b6335e765007dde480050fa943f9aa095af Mon Sep 17 00:00:00 2001 From: Mohit Tejani Date: Mon, 5 Feb 2024 12:06:53 +0530 Subject: [PATCH] reverted workflow file changes --- .github/workflows/run-tests.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 3b352451d..003bf6d03 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -15,9 +15,7 @@ env: jobs: tests: name: Integration and Unit tests - runs-on: - group: Default Larger Runners - labels: ubuntu-latest-m + runs-on: ubuntu-latest strategy: fail-fast: true matrix: @@ -51,10 +49,8 @@ jobs: uses: ./.github/.release/actions/actions/utils/fast-jobs-failure all-tests: name: Tests - runs-on: - group: Default Larger Runners - labels: ubuntu-latest-m + runs-on: ubuntu-latest needs: [tests] steps: - name: Tests summary - run: echo -e "\033[38;2;95;215;0m\033[1mAll tests successfully passed" + run: echo -e "\033[38;2;95;215;0m\033[1mAll tests successfully passed" \ No newline at end of file