Skip to content

Commit

Permalink
runs on local runners
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Fernandes committed Jan 23, 2024
1 parent 45c14e9 commit 4b23f9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b23f9d

Please sign in to comment.