From 4b23f9deda7eb85cda196285c0f36e23c772a978 Mon Sep 17 00:00:00 2001 From: Victor Fernandes Date: Tue, 23 Jan 2024 15:49:50 +0000 Subject: [PATCH] runs on local runners --- .github/workflows/pull-request.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 11c32337..684861f4 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -7,7 +7,7 @@ on: jobs: audit: name: Audit dependencies - runs-on: ubuntu-latest + runs-on: rows-fe-default steps: - name: Checkout code uses: actions/checkout@v4 @@ -17,7 +17,7 @@ jobs: static-analysis: name: Static analysis - runs-on: ubuntu-latest + runs-on: rows-fe-default steps: - name: Checkout code uses: actions/checkout@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 165087f3..290977c4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ on: jobs: build-chrome-extension: name: Build Chrome extension artifact - runs-on: ubuntu-latest + runs-on: rows-fe-default steps: - name: Checkout uses: actions/checkout@v4