From 4da8b69ca1fe99a18b5761489d0a50266d9bf096 Mon Sep 17 00:00:00 2001 From: Adarsh Shah Date: Thu, 14 Mar 2024 10:30:09 -0400 Subject: [PATCH] uses self-hosted runners --- .github/workflows/test.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 36d3ded..4b09819 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,10 +52,8 @@ jobs: test: name: Terraform Provider Acceptance Tests needs: build - runs-on: - - self-hosted - - dind - - large-8x8 + runs-on: self-hosted + timeout-minutes: 15 strategy: fail-fast: false