From 77d97654c129c6cfbfab424e2db4366189ae02cf Mon Sep 17 00:00:00 2001 From: anatoleam Date: Thu, 7 Dec 2023 18:32:32 +0100 Subject: [PATCH] update runner type --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a77103bc..22cc36be 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,7 +32,7 @@ env: jobs: ci: name: Website Lint, Build, Test, Deploy - runs-on: aws-runner + runs-on: seventv concurrency: group: ${{ github.workflow }}-ci-${{ github.ref }} cancel-in-progress: true @@ -124,7 +124,7 @@ jobs: validate: name: API Deploy Validation needs: ci - runs-on: ubuntu-latest + runs-on: seventv permissions: pull-requests: write defaults: