From 3a3e0c0e653bc4ce67b56baa7c8d3262cbd79a99 Mon Sep 17 00:00:00 2001 From: George Bardis <109069547+bardisg@users.noreply.github.com> Date: Wed, 21 Feb 2024 16:16:17 +0200 Subject: [PATCH] ci(monorepo): attempt to use self hosted runner that uploads to S3 bucket --- .github/workflows/deploy-sanity-suite.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-sanity-suite.yml b/.github/workflows/deploy-sanity-suite.yml index 39183e1c45..ee9a11cad9 100644 --- a/.github/workflows/deploy-sanity-suite.yml +++ b/.github/workflows/deploy-sanity-suite.yml @@ -21,9 +21,12 @@ env: jobs: deploy-tag: name: Deploy Sanity Suite - runs-on: ubuntu-latest + runs-on: [self-hosted, Linux, X64] steps: + - name: Install AWS cli + uses: unfor19/install-aws-cli-action@master + - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v4 with: