Skip to content

Commit

Permalink
set explicitly 3 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzuming committed Jan 14, 2025
1 parent c4349b1 commit 56aad07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ env:
CROSS_BUILD: ${{ github.ref == 'refs/heads/staging' || github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/preview') || startsWith(github.ref, 'refs/heads/release') }}
jobs:
setup:
runs-on: [self-hosted, linux, x64, gh-runner-nu-3]
runs-on: ubuntu-latest
outputs:
fe_changes_count: ${{ steps.filter.outputs.fe_changes_count }}
all_changes_count: ${{ steps.filter.outputs.all_changes_count }}
Expand Down Expand Up @@ -379,7 +379,7 @@ jobs:

cypressTests:
name: CypressTests
runs-on: self-hosted
runs-on: [self-hosted, linux, x64, gh-runner-nu-3]
needs: [ build, build-fe, setup ]
env:
# We skip docker build for fe-only changes. Would be more clean to split this step into two steps: build image and run tests
Expand Down

0 comments on commit 56aad07

Please sign in to comment.