From 9bb2d327300712afbabc8b899565f05d8b3dd6d2 Mon Sep 17 00:00:00 2001 From: Wendy Chen Date: Fri, 24 May 2024 14:06:31 -0400 Subject: [PATCH] refactor ci.yml to abide with peng's rules --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7882d6c..0249833 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,8 @@ on: jobs: test: - runs-on: ubuntu-latest + runs-on: [self-hosted, devcycle, linux, x64] + timeout-minutes: ${{ fromJSON(vars.DEFAULT_JOB_TIMEOUT) }} strategy: fail-fast: false matrix: