Skip to content

Commit

Permalink
ci(monorepo): attempt to use self hosted runner that uploads to S3 bu…
Browse files Browse the repository at this point in the history
…cket
  • Loading branch information
bardisg authored Feb 21, 2024
1 parent 2791472 commit 3a3e0c0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-sanity-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3a3e0c0

Please sign in to comment.