From 943895ddbd8905538ff635e14f51303ddad6c7a2 Mon Sep 17 00:00:00 2001 From: Raid Ateir Date: Mon, 4 Dec 2023 12:33:31 +0100 Subject: [PATCH] fix error in check.yaml --- .github/workflows/check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 2d96df979..e014351e0 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -17,7 +17,7 @@ permissions: jobs: check: # The type of runner that the job will run on - runs-on: '["self-hosted", "cere-network-large-workers"]' + runs-on: ["self-hosted", "cere-network-xlarge-workers"] # Steps represent a sequence of tasks that will be executed as part of the job steps: